From 83d0e238002dc7d9ba396212caaaf5ae37c882e0 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Mon, 13 Feb 2023 19:29:24 +0000 Subject: [PATCH] Type check setup.py too now we can --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e306eb50..c017b9ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Run tests run: | python -m flake8 jedi setup.py - python -m mypy jedi sith.py + python -m mypy jedi sith.py setup.py coverage: runs-on: ubuntu-20.04