forked from VimPlug/jedi
Also typecheck sith
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user