We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39df7d commit 13e5c1bCopy full SHA for 13e5c1b
.github/workflows/lint.yml
@@ -32,7 +32,7 @@ jobs:
32
pip install -r requirements.txt
33
34
- name: Run mypy
35
- run: mypy automata/**/*.py tests/*.py setup.py
+ run: mypy automata/**/*.py tests/*.py
36
37
- name: Run flake8
38
- run: flake8 automata/**/*.py tests/*.py setup.py
+ run: flake8 automata/**/*.py tests/*.py
pyproject.toml
@@ -34,7 +34,7 @@ repository = "https://github.com/caleb531/automata"
changelog = "https://github.com/caleb531/automata/releases"
[build-system]
-requires = ["setuptools", "wheel"]
+requires = ["setuptools"]
build-backend = "setuptools.build_meta"
39
40
[tool.mypy]
setup.py
0 commit comments