Skip to content

Commit d761ed7

Browse files
committed
Fix
1 parent 93ed29f commit d761ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lint.ignore = [ # `ruff rule S101` for a description of that rule
44
"B905", # `zip()` without an explicit `strict=` parameter -- FIX ME
55
"E741", # Ambiguous variable name 'l' -- FIX ME
66
"EM101", # Exception must not use a string literal, assign to variable first
7-
"EXE001", # Shebang is present but file is not executable" -- DO NOT FIX
7+
"EXE001", # Shebang is present but file is not executable -- DO NOT FIX
88
"G004", # Logging statement uses f-string
99
"PLC1901", # `{}` can be simplified to `{}` as an empty string is falsey
1010
"PLW060", # Using global for `{name}` but no assignment is done -- DO NOT FIX

0 commit comments

Comments
 (0)