diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e96391..79e0100 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: black args: [--safe, --quiet] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -24,7 +24,7 @@ repos: - id: reorder-python-imports args: ['--application-directories=.:src'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.920 # NOTE: keep this in sync with tox.ini + rev: v0.930 # NOTE: keep this in sync with tox.ini hooks: - id: mypy files: ^(src|tests)