diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb966824..f38ac209 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,13 +39,13 @@ repos: args: [ --allow-multiple-documents ] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.4.1 + rev: 3.5.0 hooks: - id: editorconfig-checker name: check .editorconfig rules - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.5 + rev: v21.1.6 hooks: - id: clang-format