Skip to content
Open
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 @@ -37,7 +37,7 @@ repos:
name: validate and format JSON5 files
files: '\.json5$'
args: ['--parser=json5', '--tab-width=4']
additional_dependencies: ['prettier@3.8.1']
additional_dependencies: ['prettier@3.8.3']
# These hooks perform formatting or other related changes, and therefore should run
# before clang-format and clang-tidy do. This way, if they do make changes, we can do
# them and the formatting changes in 1 pass instead of multiple.
Expand Down Expand Up @@ -87,7 +87,7 @@ repos:
- id: codespell
args: ["--toml=./pyproject.toml", "--write-changes", "-L", "cancelled"] # don't spell check cancelled
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v22.1.2'
rev: 'v22.1.4'
hooks:
- id: clang-format
files: \.(cu|cuh|h|hpp|cc|inl)$
Expand All @@ -98,13 +98,13 @@ repos:
hooks:
- id: reuse-lint-file
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.8
rev: v0.15.12
hooks:
- id: ruff-format
- id: ruff
args: ["--config=./pyproject.toml", "--fix"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.20.0'
rev: 'v1.20.2'
hooks:
- id: mypy
pass_filenames: false
Expand Down Expand Up @@ -153,7 +153,7 @@ repos:
args: [-config-file=scripts/pre-commit/actionlint.yml]
entry: env SHELLCHECK_OPTS="--enable=all --severity=style" actionlint
- repo: https://github.com/BlankSpruce/gersemi
rev: 0.26.1
rev: 0.27.2
hooks:
- id: gersemi
args: [
Expand Down