diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01d5a56..629f570 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: tests/responses/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -19,20 +19,20 @@ repos: - --autofix - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.14 + rev: v0.6.9 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.10.0 hooks: - id: black types: [python] - repo: https://github.com/google/yamlfmt - rev: v0.10.0 + rev: v0.13.0 hooks: - id: yamlfmt - repo: https://github.com/rhysd/actionlint - rev: v1.6.26 + rev: v1.7.3 hooks: - id: actionlint