We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f91f8e commit 1edc8ccCopy full SHA for 1edc8cc
pyproject.toml
@@ -0,0 +1,7 @@
1
+[tool.ruff]
2
+line-length = 120
3
+select = ["E", "F", "I", "UP"]
4
+ignore = ["D203"]
5
+
6
+[tool.ruff.isort]
7
+known-first-party = ["src"]
0 commit comments