Explorar el Código

Enable incremental.

Jelmer Vernooij hace 3 años
padre
commit
6f3fe07e94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: |