diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4ab933..32a0faa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.971' # Use the sha / tag you want to point at + rev: 'v0.981' # Use the sha / tag you want to point at hooks: - id: mypy exclude: "conftest.py|^doc"