We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6c153 commit f66295bCopy full SHA for f66295b
pyproject.toml
@@ -63,7 +63,7 @@ enabler = [
63
64
type = [
65
# upstream
66
- "pytest-mypy",
+ "pytest-mypy >= 1.0.1",
67
68
# local
69
]
pytest.ini
@@ -3,6 +3,7 @@ norecursedirs=dist build .tox .eggs
3
addopts=
4
--doctest-modules
5
--import-mode importlib
6
+ --mypy-report-style mypy
7
consider_namespace_packages=true
8
filterwarnings=
9
## upstream
0 commit comments