diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb73620..9fd5499 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.5.1 # NOTE: keep this in sync with tox.ini + rev: v1.6.0 # NOTE: keep this in sync with tox.ini hooks: - id: mypy files: ^(src|tests)