Skip to content

Commit 77d578d

Browse files
Revert mypy version in tox.ini
1 parent 1909e14 commit 77d578d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ commands = flake8
7070
basepython = {[base]python}
7171
skip_install = {[base]skip_install}
7272
deps =
73-
mypy>=1.8.0,<1.9
73+
# FIXME: 0.971 version generates new unhandled warnings
74+
mypy>=0.941,<0.971
7475
types-requests>=2.31.0,<2.32
7576
plugins = numpy.typing.mypy_plugin
7677
commands = mypy {[base]package}

0 commit comments

Comments
 (0)