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 3a06d57 commit eb6a9b8Copy full SHA for eb6a9b8
pyproject.toml
@@ -0,0 +1,10 @@
1
+[tool.ruff]
2
+line-length = 80
3
+
4
+[tool.ruff.format]
5
+quote-style = "double"
6
+indent-style = "space"
7
8
9
+[tool.ruff.lint]
10
+fixable = ["ALL"]
0 commit comments