We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318955b commit 505ff57Copy full SHA for 505ff57
pyproject.toml
@@ -41,11 +41,7 @@ classifiers = [
41
42
# Per https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies
43
[project.optional-dependencies]
44
-visual = [
45
- "coloraide>=1.8.2",
46
- "manim>=0.19.0",
47
- "pygraphviz>=1.10",
48
-]
+visual = ["coloraide>=1.8.2", "manim>=0.19.0", "pygraphviz>=1.10"]
49
50
[tool.setuptools.package-data]
51
"automata" = ["py.typed"]
@@ -119,8 +115,6 @@ select = [
119
115
"I",
120
116
# Perflint
121
117
"PERF",
122
- # flake8-executable
123
- "EXE",
124
118
]
125
126
0 commit comments