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

feat: add init.ev target

parent ebc8748c
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,11 @@ run.prod: migrate collectstatic
run.debug: migrate
DEBUG=1 $(POETRY_RUN_MANAGE) runserver_plus 0.0.0.0:8000
init.dev: pyproject.toml
poetry install --with dev
poetry run pre-commit autoupdate
poetry run pre-commit install
lint:
poetry run flake8 program steering
......
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