Skip to content

Commit d366609

Browse files
authored
Set mypy to >=0.710,<0.8 (#286)
1 parent e505ced commit d366609

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
@@ -99,7 +99,7 @@ def get_git_commit_datetime() -> str:
9999
'flake8-docstrings==1.3.0',
100100
'flake8==3.7.7',
101101
'mock-open==1.3.1',
102-
'mypy==0.701',
102+
'mypy>=0.710,<0.8',
103103
'pydocstyle==3.0.0',
104104
'pylint==2.3.1',
105105
'pytest-cov==2.6.1',

0 commit comments

Comments
 (0)