Skip to content

Commit 85b991f

Browse files
committed
Do not lint against flake8-executable rules
I tend to add a shebang line to every file regardless of whether or not it's actually executable.
1 parent ff0dbd5 commit 85b991f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ select = [
3030
"I",
3131
# perflint
3232
"PERF",
33-
# flake8-executable
34-
"EXE"
3533
]

0 commit comments

Comments
 (0)