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 3ad2c3b commit 75bdbe8Copy full SHA for 75bdbe8
.ruff.toml
@@ -1,7 +1,9 @@
1
target-version = "py39" # Pin Ruff to Python 3.9
2
line-length = 95
3
-preview = true
4
show-source = true
+
5
+[lint]
6
+preview = true
7
exclude = [
8
".git",
9
".tox",
0 commit comments