Skip to content

Commit 81dfd0a

Browse files
committed
Try re-enabling pytest-enabler.mypy + remove invalid type: ignore comment
1 parent 3f2ca61 commit 81dfd0a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ build-backend = "setuptools.build_meta"
44
backend-path = ["."]
55

66
[tool.setuptools_scm]
7-
8-
[tool.pytest-enabler.mypy]
9-
# disabled

setuptools/config/_validate_pyproject/fastjsonschema_validations.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# noqa
2-
# type: ignore
32
# flake8: noqa
43
# pylint: skip-file
54
# mypy: ignore-errors

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ setenv =
77
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0}
88
# ^-- Temporarily disable enforcement so CI don't fail on due dates
99
commands =
10-
pytest --mypy {posargs}
10+
pytest {posargs}
1111
usedevelop = True
1212
extras =
1313
testing

0 commit comments

Comments
 (0)