Skip to content

Commit

Permalink
fix: remove setup.py from noxfile
Browse files Browse the repository at this point in the history
OMG mypy has a really awful error message for this!!!
  • Loading branch information
dhdaines committed Jul 31, 2024
1 parent a946a16 commit dca7209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import nox

PYTHON_ALL_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
PYTHON_MODULES = ["fuzzing", "pdfminer", "tools", "tests", "noxfile.py", "setup.py"]
PYTHON_MODULES = ["fuzzing", "pdfminer", "tools", "tests", "noxfile.py"]


@nox.session
Expand Down

0 comments on commit dca7209

Please sign in to comment.