Skip to content

Commit

Permalink
Merge pull request #38 from flagarde/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
flagarde authored Oct 1, 2024
2 parents 47e054f + 2bb99a7 commit 235ca59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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

0 comments on commit 235ca59

Please sign in to comment.