Configure mypy

No fixes yet, this just gets the config in place.

Note: I'm assuming that we'll pick up a change to parso such that
it exposes its type stubs here. Otherwise we'll want to tweak the
imports config to ignore those errors.
This commit is contained in:
Peter Law
2020-07-21 22:19:24 +01:00
parent 480c352d33
commit c09e21ae4b
3 changed files with 34 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ setup(name='jedi',
],
'qa': [
'flake8==3.8.3',
'mypy==0.782',
],
},
package_data={'jedi': ['*.pyi', 'third_party/typeshed/LICENSE',