Skip to content

Commit d6ea2a3

Browse files
committed
Ignore C401
1 parent 5c8f435 commit d6ea2a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ lint.ignore = [
3737
"W293", # Ignore white spaces in blank lines
3838
"W291", # Ignore Trailing white lines
3939
"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
4041
]
4142
# extend-ignore = []
4243

0 commit comments

Comments
 (0)