mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
Update mypy to the latest which supports Python 3.6
This commit is contained in:
5
setup.py
5
setup.py
@@ -53,7 +53,10 @@ setup(
|
|||||||
'qa': [
|
'qa': [
|
||||||
# Latest version which supports Python 3.6
|
# Latest version which supports Python 3.6
|
||||||
'flake8==5.0.4',
|
'flake8==5.0.4',
|
||||||
'mypy==0.782',
|
# Latest version which supports Python 3.6
|
||||||
|
'mypy==0.971',
|
||||||
|
# Arbitrary pins, latest at the time of pinning
|
||||||
|
'types-setuptools==67.2.0.1',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user