From 39c3fc0342cd582fdb99732bac603f770eda7956 Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Fri, 14 Mar 2025 12:22:51 +0100 Subject: [PATCH] install types / be non interactive --- .gitea/workflows/mypy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/mypy.yml b/.gitea/workflows/mypy.yml index a027a3f..94c12ea 100644 --- a/.gitea/workflows/mypy.yml +++ b/.gitea/workflows/mypy.yml @@ -14,4 +14,4 @@ jobs: - uses: actions/checkout@v4 - name: Analyse code with Mypy run: | - mypy $(git ls-files '*.py') + mypy --install-types --non-interactive $(git ls-files '*.py')