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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.11.0
rev: 25.12.0
hooks:
- id: black

Expand All @@ -28,7 +28,7 @@ repos:
- id: debug-statements

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v21.1.6
rev: v21.1.7
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand All @@ -40,7 +40,7 @@ repos:
additional_dependencies: [pyyaml]

- repo: https://github.com/JoC0de/pre-commit-prettier
rev: v3.7.3
rev: v3.7.4
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
Expand All @@ -50,7 +50,7 @@ repos:
hooks:
- id: script-must-have-extension
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.19.1 # Use the latest stable version
rev: v0.20.0 # Use the latest stable version
hooks:
- id: markdownlint-cli2
args: ["--fix", "--config", "./scripts/.markdownlint-cli2.jsonc"] # Optional: specify a custom config file
Expand Down