We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2ca61 commit 81dfd0aCopy full SHA for 81dfd0a
pyproject.toml
@@ -4,6 +4,3 @@ build-backend = "setuptools.build_meta"
4
backend-path = ["."]
5
6
[tool.setuptools_scm]
7
-
8
-[tool.pytest-enabler.mypy]
9
-# disabled
setuptools/config/_validate_pyproject/fastjsonschema_validations.py
@@ -1,5 +1,4 @@
1
# noqa
2
-# type: ignore
3
# flake8: noqa
# pylint: skip-file
# mypy: ignore-errors
tox.ini
@@ -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 =
10
- pytest --mypy {posargs}
+ pytest {posargs}
11
usedevelop = True
12
extras =
13
testing
0 commit comments