Skip to content

Commit 8e7e643

Browse files
committed
fixes on ruff config
1 parent 5805cdc commit 8e7e643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ line-length = 80
8585
target-version = "py312"
8686
unfixable = [ "UP" ]
8787
extend-include = [ "*.ipynb" ]
88-
format = true
8988
format.docstring-code-format = true
9089
format.trailing-comma = "all"
90+
format.quote-style = "single"
9191
lint.isort.known-first-party =
9292
lint.select = [
9393
"B", # flake8-bugbear

0 commit comments

Comments
 (0)