Skip to content

Commit 3ab0535

Browse files
authored
Fix ruff check --fix invocation
1 parent 929db29 commit 3ab0535

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_dirname}}

1 file changed

+1
-1
lines changed

{{cookiecutter.project_dirname}}/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dumpgroups: ## Django dump auth.Group data
3131
.PHONY: fix
3232
fix: ## Fix Python code formatting, linting and sorting imports
3333
python3 -m ruff format .
34-
python3 -m ruff --fix .
34+
python3 -m ruff check --fix .
3535
python3 -m mypy --no-site-packages .
3636

3737
.PHONY: flush

0 commit comments

Comments
 (0)