We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00e830 commit 4e2ef1eCopy full SHA for 4e2ef1e
Makefile
@@ -36,7 +36,7 @@ test:
36
poetry run pytest
37
38
ci:
39
- rm -rf .venv && make install dev
+ rm -rf .venv && make install-dev
40
41
clean:
42
rm -rf **/__pycache__ .pytest_cache .mypy_cache
0 commit comments