We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdbd04 commit d7b82c1Copy full SHA for d7b82c1
1 file changed
{{cookiecutter.project_name}}/pyproject.toml
@@ -170,7 +170,7 @@ _black_check = "black --check ."
170
_ruff_check = "ruff check ."
171
_ruff_check_nb = "nbqa ruff check docs"
172
_black_format = "black ."
173
-_ruff_format = "ruff --fix ."
+_ruff_format = "ruff check --fix ."
174
_ruff_format_nb = "nbqa ruff check --fix docs"
175
lint = ["_black_check", "_ruff_check", "_ruff_check_nb"]
176
clean-nbs = "python docs/nbstripout.py"
0 commit comments