diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fb1731..dcae63a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: language_version: python3 - repo: https://github.com/asottile/reorder-python-imports - rev: v3.12.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: [--py3-plus] @@ -43,7 +43,7 @@ repos: args: [--py3-plus] - repo: https://github.com/rhysd/actionlint - rev: v1.7.0 + rev: v1.7.1 hooks: - id: actionlint-docker