Skip to content

Commit 505ff57

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 318955b commit 505ff57

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ classifiers = [
4141

4242
# Per https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies
4343
[project.optional-dependencies]
44-
visual = [
45-
"coloraide>=1.8.2",
46-
"manim>=0.19.0",
47-
"pygraphviz>=1.10",
48-
]
44+
visual = ["coloraide>=1.8.2", "manim>=0.19.0", "pygraphviz>=1.10"]
4945

5046
[tool.setuptools.package-data]
5147
"automata" = ["py.typed"]
@@ -119,8 +115,6 @@ select = [
119115
"I",
120116
# Perflint
121117
"PERF",
122-
# flake8-executable
123-
"EXE",
124118
]
125119

126120

0 commit comments

Comments
 (0)