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 - name: Run tests
run: | run: |
python -m flake8 jedi setup.py python -m flake8 jedi setup.py
python -m mypy jedi sith.py python -m mypy jedi sith.py setup.py
coverage: coverage:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04