Skip to content

Commit 78101cb

Browse files
committed
Bump mypy
1 parent d0ec51c commit 78101cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ basepython = python3.8
124124
ignore_errors = True
125125
changedir = {toxinidir}
126126
deps =
127-
mypy==0.971
127+
mypy==1.17.1
128128
-r{toxinidir}/tests/requirements.txt
129129
commands = mypy tox_envlist tests {posargs}
130130

tox_envlist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import pluggy
4141
from braceexpand import braceexpand
4242
from domdf_python_tools.words import word_join
43-
from tox import config, reporter # type: ignore[import]
43+
from tox import config, reporter # type: ignore[import-untyped]
4444

4545
if TYPE_CHECKING:
4646
# 3rd party

0 commit comments

Comments
 (0)