diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45b6e13..fc5ab71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ repos: stages: [pre-commit] - repo: https://github.com/adrienverge/yamllint.git - rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # frozen: v1.35.1 + rev: cd96692595b4c5ed1a93b182b4c808786b34d4ee # frozen: v1.36.2 hooks: - id: yamllint types: [yaml] @@ -96,7 +96,7 @@ repos: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 41d2daf392fbf43341a77f24a9c6481a4b66af98 # frozen: v0.9.10 + rev: 99abe27a5a16f301d9e0a3828181399dfbf54ebd # frozen: v0.11.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]