Enable linting of our test code, but not our test data files

This commit is contained in:
Peter Law
2024-06-30 19:01:03 +01:00
parent 3118462a93
commit 5c578e1899
2 changed files with 8 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: Run tests
run: |
python -m flake8 jedi setup.py
python -m flake8 jedi test setup.py
python -m mypy jedi sith.py setup.py
coverage: