Skip to content

Commit d6e4c61

Browse files
committed
Change single quotes to double quotes.
That's more consistent with the whole Python ecosystem.
1 parent cb58544 commit d6e4c61

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
target-version = "py310"
33
line-length = 79
44

5-
[tool.ruff.format]
6-
quote-style = "preserve"
7-
85
[tool.ruff.lint]
96
extend-select = [
107
"UP", # Enable pyupgrade rules for modern Python syntax.

0 commit comments

Comments
 (0)