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 5c8f435 commit d6ea2a3Copy full SHA for d6ea2a3
pyproject.toml
@@ -37,6 +37,7 @@ lint.ignore = [
37
"W293", # Ignore white spaces in blank lines
38
"W291", # Ignore Trailing white lines
39
"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
0 commit comments