We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check --fix
1 parent 929db29 commit 3ab0535Copy full SHA for 3ab0535
{{cookiecutter.project_dirname}}/Makefile
@@ -31,7 +31,7 @@ dumpgroups: ## Django dump auth.Group data
31
.PHONY: fix
32
fix: ## Fix Python code formatting, linting and sorting imports
33
python3 -m ruff format .
34
- python3 -m ruff --fix .
+ python3 -m ruff check --fix .
35
python3 -m mypy --no-site-packages .
36
37
.PHONY: flush
0 commit comments