1
0
forked from VimPlug/jedi

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

View File

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