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.
ruff
1 parent 5805cdc commit 8e7e643Copy full SHA for 8e7e643
{{cookiecutter.project_slug}}/pyproject.toml
@@ -85,9 +85,9 @@ line-length = 80
85
target-version = "py312"
86
unfixable = [ "UP" ]
87
extend-include = [ "*.ipynb" ]
88
-format = true
89
format.docstring-code-format = true
90
format.trailing-comma = "all"
+format.quote-style = "single"
91
lint.isort.known-first-party =
92
lint.select = [
93
"B", # flake8-bugbear
0 commit comments