Skip to content

Commit

Permalink
Fix ruff check --fix invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv authored Mar 26, 2024
1 parent 929db29 commit 3ab0535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_dirname}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dumpgroups: ## Django dump auth.Group data
.PHONY: fix
fix: ## Fix Python code formatting, linting and sorting imports
python3 -m ruff format .
python3 -m ruff --fix .
python3 -m ruff check --fix .
python3 -m mypy --no-site-packages .

.PHONY: flush
Expand Down

0 comments on commit 3ab0535

Please sign in to comment.