We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ec51c commit 78101cbCopy full SHA for 78101cb
2 files changed
tox.ini
@@ -124,7 +124,7 @@ basepython = python3.8
124
ignore_errors = True
125
changedir = {toxinidir}
126
deps =
127
- mypy==0.971
+ mypy==1.17.1
128
-r{toxinidir}/tests/requirements.txt
129
commands = mypy tox_envlist tests {posargs}
130
tox_envlist/__init__.py
@@ -40,7 +40,7 @@
40
import pluggy
41
from braceexpand import braceexpand
42
from domdf_python_tools.words import word_join
43
-from tox import config, reporter # type: ignore[import]
+from tox import config, reporter # type: ignore[import-untyped]
44
45
if TYPE_CHECKING:
46
# 3rd party
0 commit comments