diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fcd37fcd4..b40b46f72 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -260,6 +260,7 @@ jobs: uses: ./.github/templates/run_in_venv with: command: | + mypy --install-types --non-interactive viseron pre-commit run --hook-stage manual mypy --all-files --show-diff-on-failure run-pylint: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fa60acfc..c7cb77fdd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,6 @@ repos: language: system types: [python] files: ^(viseron)/.+\.py$ - args: ["--install-types", "--non-interactive"] - id: generate_docs description: Check if docs needs to be regenerated name: generate_docs