Skip to content
Snippets Groups Projects
Verified Commit ebc8748c authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

feat: add lint & format targets

parent 6b85d22d
No related branches found
No related tags found
No related merge requests found
......@@ -67,5 +67,12 @@ run.prod: migrate collectstatic
run.debug: migrate
DEBUG=1 $(POETRY_RUN_MANAGE) runserver_plus 0.0.0.0:8000
lint:
poetry run flake8 program steering
format:
poetry run isort program steering
poetry run black program steering
test:
poetry run pytest --cov
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment