From 07f1b09fc08066762151ac3095f7655386b4ed07 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Thu, 14 Sep 2023 08:50:07 +0200 Subject: [PATCH] Use mypy config file in ci --- .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 9e7b8dc..44f6682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: python -m pip install mypy python -m pip install types-atomicwrites types-vobject - name: Run the type checker - run: mypy --ignore-missing-imports khard + run: mypy docs: runs-on: ubuntu-latest