Skip to content
Closed
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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: check-yaml

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v20.1.5
rev: v21.1.8
hooks:
- id: clang-format
args: [--style=file]
Expand All @@ -16,14 +16,14 @@ repos:
exclude: ^(\.\/)?(extern|include)\/

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
additional_dependencies: ["prettier@3.1.0"]
files: \.(json|md|yml|yaml)$
exclude: ^(\.\/)?(extern|include|build|dist)\/
- repo: https://github.com/BlankSpruce/gersemi
rev: 0.22.3
rev: 0.25.1
hooks:
- id: gersemi
files: '(^CMakeLists.txt$|.*\\.cmake$)'
Expand Down