[just] more linting recipes

This commit is contained in:
bronsen 2025-03-12 18:16:29 +01:00
parent 5837d0d86c
commit 932b1347e5

View file

@ -4,5 +4,10 @@ deps:
sync:
pip install -r requirements/dev.txt
lint:
lint: lint-ruff lint-django
lint-ruff:
ruff check .
lint-django:
python -m django check