We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d36f6 commit 727055dCopy full SHA for 727055d
pyproject.toml
@@ -4,7 +4,7 @@ lint.ignore = [ # `ruff rule S101` for a description of that rule
4
"B905", # `zip()` without an explicit `strict=` parameter -- FIX ME
5
"E741", # Ambiguous variable name 'l' -- FIX ME
6
"EM101", # Exception must not use a string literal, assign to variable first
7
- "EXE001", # Shebang is present but file is not executable" -- FIX ME
+ "EXE001", # Shebang is present but file is not executable -- DO NOT FIX
8
"G004", # Logging statement uses f-string
9
"PLC1901", # `{}` can be simplified to `{}` as an empty string is falsey
10
"PLW060", # Using global for `{name}` but no assignment is done -- DO NOT FIX
0 commit comments