diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e15c9aec..63c1c3e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: - id: setup-cfg-fmt - repo: https://github.com/asottile/pyupgrade - rev: v3.6.0 + rev: v3.7.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -69,7 +69,7 @@ repos: - id: flynt - repo: https://github.com/asottile/reorder-python-imports - rev: v3.9.0 + rev: v3.10.0 hooks: - id: reorder-python-imports args: [--py38-plus, --add-import, from __future__ import annotations] @@ -104,7 +104,7 @@ repos: entry: ghcr.io/hadolint/hadolint hadolint - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell