diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b11b22..494b981 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: reorder-python-imports args: ['--application-directories=.:src'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 # NOTE: keep this in sync with tox.ini + rev: v1.5.0 # NOTE: keep this in sync with tox.ini hooks: - id: mypy files: ^(src|tests)