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 d7b82c1 commit 30dd2aaCopy full SHA for 30dd2aa
{{cookiecutter.project_name}}/pyproject.toml
@@ -171,7 +171,7 @@ _ruff_check = "ruff check ."
171
_ruff_check_nb = "nbqa ruff check docs"
172
_black_format = "black ."
173
_ruff_format = "ruff check --fix ."
174
-_ruff_format_nb = "nbqa ruff check --fix docs"
+_ruff_format_nb = "nbqa ruff --fix docs"
175
lint = ["_black_check", "_ruff_check", "_ruff_check_nb"]
176
clean-nbs = "python docs/nbstripout.py"
177
format = ["_ruff_format", "_ruff_format_nb", "_black_format"]
0 commit comments