Browse Source

Enable incremental.

Jelmer Vernooij 3 years ago
parent
commit
6f3fe07e94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pythonpackage.yml

+ 1 - 1
.github/workflows/pythonpackage.yml

@@ -47,7 +47,7 @@ jobs:
     - name: Install mypy
       run: |
         pip install -U mypy
-        python -m mypy --install-types
+        python -m mypy --install-types --incremental
       if: "matrix.python-version != 'pypy3'"
     - name: Style checks
       run: |