diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71237c2..7a1c8a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 + rev: v0.13.3 hooks: - id: ruff args: @@ -13,7 +13,7 @@ repos: - --show-fixes - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-added-large-files # - id: check-ast @@ -32,7 +32,7 @@ repos: - --autofix - --no-sort-keys - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint args: [-c=./.yamllint]