From d203a097fb0b1ada19c2981c3ed9cf3c1c6168bf Mon Sep 17 00:00:00 2001 From: kedhammar Date: Mon, 17 Jun 2024 15:42:16 +0200 Subject: [PATCH] propagate change to stubs install --- .github/workflows/lint-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-code.yml b/.github/workflows/lint-code.yml index 55830a96..d67c2eae 100644 --- a/.github/workflows/lint-code.yml +++ b/.github/workflows/lint-code.yml @@ -53,7 +53,7 @@ jobs: pip install mypy # Start by installing type stubs - name: mypy --> Install stubs - run: echo -e "y" | mypy --install-types **/*.py || exit 0 + run: echo -e "y" | mypy --install-types . || exit 0 - name: mypy --> Static type checking # Configured in pyprojet.toml run: mypy .