Also typecheck sith

This commit is contained in:
Peter Law
2020-07-24 20:24:53 +01:00
parent 38f853cf86
commit 3f74981d5e
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ matrix:
script:
# Ignore F401, which are unused imports. flake8 is a primitive tool and is sometimes wrong.
- 'flake8 --extend-ignore F401 jedi setup.py'
- 'mypy jedi'
- 'mypy jedi sith.py'
install:
- sudo apt-get -y install python3-venv
- pip install .[testing]

View File

@@ -44,7 +44,7 @@ Options:
--pudb Launch pudb when error is raised.
"""
from docopt import docopt
from docopt import docopt # type: ignore[import]
import json
import os