diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 615f173b9..04d849115 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: args: [--ignore-case] files: ^docs/spelling_wordlist\.txt$ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.2 # sync with requirements-lint.txt + rev: v21.1.6 # sync with requirements-lint.txt hooks: - id: clang-format exclude: | @@ -41,7 +41,7 @@ repos: ^.+\.json$ ) - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 # sync with requirements-lint.txt + rev: v0.14.7 # sync with requirements-lint.txt hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix]