Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/ahal/prek
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,20 +15,20 @@ repos:
args: ['--fix=lf']

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.6
rev: v22.1.1
hooks:
- id: clang-format
types_or: [c++, c]

- repo: https://github.com/cpplint/cpplint
rev: 2.0.0
rev: 2.0.2
hooks:
- id: cpplint
args:
- '--filter=-build/include_subdir,-build/include_order,-build/c++17,-build/include_what_you_use,-build/namespaces,-legal/copyright,-readability/todo,-runtime/references,-whitespace/indent,-whitespace/line_length'

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.2
hooks:
- id: codespell
additional_dependencies: [tomli]
Expand All @@ -47,7 +47,7 @@ repos:
entry: committed
stages: [commit-msg]
- repo: https://github.com/BlankSpruce/gersemi
rev: 0.26.0
rev: 0.26.1
hooks:
- id: gersemi

Expand Down
Loading