Skip to content

Commit

Permalink
Try re-enabling pytest-enabler.mypy + remove invalid type: ignore com…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
Avasam committed Mar 5, 2024
1 parent 3f2ca61 commit 81dfd0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ build-backend = "setuptools.build_meta"
backend-path = ["."]

[tool.setuptools_scm]

[tool.pytest-enabler.mypy]
# disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# noqa
# type: ignore
# flake8: noqa
# pylint: skip-file
# mypy: ignore-errors
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setenv =
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0}
# ^-- Temporarily disable enforcement so CI don't fail on due dates
commands =
pytest --mypy {posargs}
pytest {posargs}
usedevelop = True
extras =
testing
Expand Down

0 comments on commit 81dfd0a

Please sign in to comment.