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 641db42 commit 8d94f34Copy full SHA for 8d94f34
1 file changed
pyproject.toml
@@ -63,3 +63,9 @@ target-version = "py39"
63
64
[tool.ruff.lint]
65
select = ["E", "F", "W", "I", "N", "UP", "B"]
66
+
67
+[tool.ruff.format]
68
+quote-style = "double"
69
+indent-style = "space"
70
+skip-magic-trailing-comma = false
71
+line-ending = "lf"
0 commit comments