diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cae351..42f47f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,13 +67,13 @@ repos: # args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250'] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.7.3 + rev: 3.0.3 hooks: - id: editorconfig-checker name: check .editorconfig rules - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.42.0 hooks: - id: markdownlint args: [--config=.markdownlint.yml, scan] @@ -92,6 +92,6 @@ repos: - id: cpplint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.8 + rev: v19.1.0 hooks: - id: clang-format