From 4eba7d697f14c9b8221b368ac88806f22de8fcc3 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Mon, 13 Feb 2023 19:44:25 +0000 Subject: [PATCH] Also typecheck setup.py now we can --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfab841..e51315e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}