Also typecheck setup.py now we can

This commit is contained in:
Peter Law
2023-02-13 19:44:25 +00:00
parent cf240c7d2b
commit 4eba7d697f

View File

@@ -22,7 +22,7 @@ jobs:
# Ignore F401, which are unused imports. flake8 is a primitive tool and is sometimes wrong. # Ignore F401, which are unused imports. flake8 is a primitive tool and is sometimes wrong.
run: flake8 --extend-ignore F401 parso test/*.py setup.py scripts/ run: flake8 --extend-ignore F401 parso test/*.py setup.py scripts/
- name: Run Mypy - name: Run Mypy
run: mypy parso run: mypy parso setup.py
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }} continue-on-error: ${{ matrix.experimental }}