Merge pull request #2006 from PeterJCLaw/lint-tests

Enable linting of our test code, but not our test data files
This commit is contained in:
Dave Halter
2024-06-30 23:31:16 +00:00
committed by GitHub
14 changed files with 46 additions and 33 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: