Skip to content

Commit

Permalink
update pre-commit file
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Sep 26, 2024
1 parent 530c2e1 commit 44bc215
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: ^(ThirdParty/|test/files/|.github/workflows/|.github/actions/)
repos:
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.6
rev: 3.0.0
hooks:
- id: markdownlint
args: [-s, ./config/.markdownlintrc]
Expand All @@ -15,16 +15,16 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13
rev: v1.5.5
hooks:
- id: remove-tabs
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.3.0
hooks:
- id: codespell
exclude: ^(test/)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.6.0
hooks:
- id: mixed-line-ending
- id: trailing-whitespace
Expand All @@ -35,7 +35,7 @@ repos:
- id: end-of-file-fixer
- id: check-shebang-scripts-are-executable
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v13.0.1
rev: v19.1.0
hooks:
- id: clang-format
types:
Expand Down

0 comments on commit 44bc215

Please sign in to comment.