Skip to content

Commit 134dbcf

Browse files
committed
update pyproject.toml
1 parent 2337bd6 commit 134dbcf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ members = ["builder"]
2121
builder = { workspace = true }
2222

2323
[tool.ruff]
24-
# line-length = 88
2524

2625
lint.select = [
2726
"F", # Pyflakes rules
@@ -39,7 +38,6 @@ lint.ignore = [
3938
"E402", # Ignore "Imports must be at the top of the file" enforcement bc `auto-pr-helper.py` needs it
4039
"C401", # Ignore `Unnecessary generator` checks, further tests are needed in fls_checks.py
4140
]
42-
# extend-ignore = []
4341

4442
[tool.ruff.lint.flake8-comprehensions]
4543
allow-dict-calls-with-keyword-arguments = true
@@ -49,5 +47,3 @@ dev = [
4947
"ruff>=0.12.3",
5048
]
5149

52-
# [tool.ruff.mccabe]
53-
# max-complexity = 10

0 commit comments

Comments
 (0)