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 81a1e2d commit 1485562Copy full SHA for 1485562
1 file changed
ruff.toml
@@ -6,6 +6,9 @@ target-version = "py39"
6
# Match Black's default line length
7
line-length = 88
8
9
+# Ignore testdata files
10
+extend-exclude = ["**/testdata/**", "testdata"]
11
+
12
[lint]
13
# Enable Pyflakes (F) and pycodestyle (E, W) for standard linting,
14
# and isort (I) for import sorting
0 commit comments