diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42ec3a49..5af29a3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -130,3 +130,7 @@ repos: hooks: - id: check-hooks-apply - id: check-useless-excludes + +ci: + skip: + - mypy # checked with Github Actions