[just] more linting recipes
This commit is contained in:
parent
5837d0d86c
commit
932b1347e5
1 changed files with 6 additions and 1 deletions
7
justfile
7
justfile
|
|
@ -4,5 +4,10 @@ deps:
|
||||||
sync:
|
sync:
|
||||||
pip install -r requirements/dev.txt
|
pip install -r requirements/dev.txt
|
||||||
|
|
||||||
lint:
|
lint: lint-ruff lint-django
|
||||||
|
|
||||||
|
lint-ruff:
|
||||||
ruff check .
|
ruff check .
|
||||||
|
|
||||||
|
lint-django:
|
||||||
|
python -m django check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue