diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index a7cac12..a26c229 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -12,7 +12,7 @@ jobs: uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.14.0 call-mypy-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.14.0 + uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.15.0 cfn-lint: runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index f2b7a09..57147bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,3 +36,7 @@ warn_unused_ignores = true warn_unreachable = true strict_equality = true check_untyped_defs = true +install_types = true +non_interactive = true +pretty = true +disable_error_code = ["import-untyped"]