Type check setup.py too now we can

This commit is contained in:
Peter Law
2023-02-13 19:29:24 +00:00
parent dc4e48d7c7
commit 83d0e23800

View File

@@ -46,7 +46,7 @@ jobs:
- name: Run tests
run: |
python -m flake8 jedi setup.py
python -m mypy jedi sith.py
python -m mypy jedi sith.py setup.py
coverage:
runs-on: ubuntu-20.04