mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 04:44:29 +08:00
Also typecheck setup.py now we can
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user