Skip to content

Commit 727055d

Browse files
MaximSmolskiysedatguzelsemme
authored andcommitted
Do not fix ruff EXE001 rule (TheAlgorithms#11350)
* Do not fix ruff EXE001 rule * Fix
1 parent 43d36f6 commit 727055d

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" -- FIX ME
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)