diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 195d898..955c5df 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,8 +47,8 @@ jobs: with: python-version: '3.11' - - name: Install type checker - run: pip install mypy>=1.0.0 + - name: Install type checker and stubs + run: pip install mypy>=1.0.0 types-toml - name: Run mypy type checker run: mypy src/depcheck/ --ignore-missing-imports