diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a961d47d09..fcd19c8da8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: - id: rst-inline-touching-normal - id: text-unicode-replacement-char - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ["-L", "ba,som,xWindows"] # ignore some variable names @@ -74,7 +74,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.3 + rev: v22.1.5 hooks: - id: clang-format args: ["-i"] @@ -100,7 +100,7 @@ repos: - id: gitleaks - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint args: ["-ignore", "SC2317"]