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 72ec7cd commit ec27685Copy full SHA for ec27685
pyproject.toml
@@ -0,0 +1,10 @@
1
+[tool.ruff]
2
+line_length = 99
3
+[tool.black]
4
+line-length = 99
5
+[tool.isort]
6
+atomic = true
7
+profile = "black"
8
9
+[tool.pep257]
10
+ignore = "D100, D101, D102, D103, D104, D105, D106, D107, D203, D212, D404"
0 commit comments