Skip to content

Commit 71ecba5

Browse files
committed
Pin mypy to the latest working version
This is a workaround
1 parent ed4ec25 commit 71ecba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# (example breakage: https://gitlab.com/pycqa/flake8/issues/427)
1111
'flake8~=3.8.4',
1212
'pycodestyle~=2.6.0',
13-
'mypy>=0.910',
13+
'mypy==0.942',
1414
'pytest~=6.2.4',
1515
]
1616

0 commit comments

Comments
 (0)