1
0
forked from VimPlug/jedi

Merge branch 'update-mypy'

This commit is contained in:
Peter Law
2023-02-13 19:57:20 +00:00
7 changed files with 16 additions and 9 deletions

View File

@@ -45,7 +45,10 @@ setup(name='jedi',
],
'qa': [
'flake8==5.0.4',
'mypy==0.782',
# latest version supporting Python 3.6
'mypy==0.971',
# Arbitrary pins, latest at the time of pinning
'types-setuptools==67.2.0.1',
],
'docs': [
# Just pin all of these.