diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4eaae4b..c6adf39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,13 +63,13 @@ repos: args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250'] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.4.0 + rev: 3.5.0 hooks: - id: editorconfig-checker name: check .editorconfig rules - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.46.0 hooks: - id: markdownlint args: [--config=.markdownlint.yml, scan] @@ -83,7 +83,7 @@ repos: args: [--config=.cmake-linter.yml] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.0 + rev: v21.1.6 hooks: - id: clang-format