Skip to content

Commit

Permalink
Also typecheck setup.py now we can
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Feb 13, 2023
1 parent cf240c7 commit 4eba7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# 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/
- name: Run Mypy
run: mypy parso
run: mypy parso setup.py
test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 4eba7d6

Please sign in to comment.