Skip to content

Commit 13e5c1b

Browse files
authored
fix: Small changes from comment (#201)
* Changes from comment * Changed workflow
1 parent c39df7d commit 13e5c1b

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install -r requirements.txt
3333
3434
- name: Run mypy
35-
run: mypy automata/**/*.py tests/*.py setup.py
35+
run: mypy automata/**/*.py tests/*.py
3636

3737
- name: Run flake8
38-
run: flake8 automata/**/*.py tests/*.py setup.py
38+
run: flake8 automata/**/*.py tests/*.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repository = "https://github.com/caleb531/automata"
3434
changelog = "https://github.com/caleb531/automata/releases"
3535

3636
[build-system]
37-
requires = ["setuptools", "wheel"]
37+
requires = ["setuptools"]
3838
build-backend = "setuptools.build_meta"
3939

4040
[tool.mypy]

setup.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)