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 2337bd6 commit 134dbcfCopy full SHA for 134dbcf
pyproject.toml
@@ -21,7 +21,6 @@ members = ["builder"]
21
builder = { workspace = true }
22
23
[tool.ruff]
24
-# line-length = 88
25
26
lint.select = [
27
"F", # Pyflakes rules
@@ -39,7 +38,6 @@ lint.ignore = [
39
38
"E402", # Ignore "Imports must be at the top of the file" enforcement bc `auto-pr-helper.py` needs it
40
"C401", # Ignore `Unnecessary generator` checks, further tests are needed in fls_checks.py
41
]
42
-# extend-ignore = []
43
44
[tool.ruff.lint.flake8-comprehensions]
45
allow-dict-calls-with-keyword-arguments = true
@@ -49,5 +47,3 @@ dev = [
49
47
"ruff>=0.12.3",
50
48
51
52
-# [tool.ruff.mccabe]
53
-# max-complexity = 10
0 commit comments