diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd1ed72..77e98db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,3 +29,8 @@ repos: rev: v1.0.0 hooks: - id: check-json5 + +- repo: https://github.com/pre-commit/mirrors-mypy + rev: '' # Use the sha / tag you want to point at + hooks: + - id: mypy