Skip to content

Commit

Permalink
Bump pre-commit plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MiKom committed Jul 1, 2024
1 parent 84975aa commit ac3c936
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
exclude: ^(cmake/ECM|cmake/CodeCoverage.cmake|cmake/CheckAtomic.cmake|.cmake-format.py)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -14,11 +14,11 @@ repos:
args: [--allow-multiple-documents]
- id: check-json
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
rev: v18.1.7
hooks:
- id: clang-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/cheshirekow/cmake-format-precommit
Expand All @@ -35,6 +35,6 @@ repos:
language: ruby
files: \.(md|mdown|markdown)$
- repo: https://github.com/fsfe/reuse-tool
rev: v1.0.0
rev: v3.1.0a1
hooks:
- id: reuse

0 comments on commit ac3c936

Please sign in to comment.