Replace the mypy check with zuban check

This commit is contained in:
Dave Halter
2026-03-26 23:02:08 +01:00
parent 3176c1dcb8
commit ffe4ae5877
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Run tests
run: |
python -m flake8 jedi test setup.py
python -m mypy jedi sith.py setup.py
zuban check
coverage:
runs-on: ubuntu-24.04