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 @@ -30,7 +30,7 @@ repos:

## Check the pyproject.toml file
- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2026.04.03
rev: 2026.04.10
hooks:
- id: validate-pyproject
priority: 0
Expand Down Expand Up @@ -78,7 +78,7 @@ repos:

## Ensure uv lock file is up-to-date
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.3
rev: 0.11.6
hooks:
- id: uv-lock
priority: 0
Expand Down Expand Up @@ -106,7 +106,7 @@ repos:

## Clang-format the C++ part of the code base automatically
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v22.1.2
rev: v22.1.3
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand All @@ -124,15 +124,15 @@ repos:

## Format configuration files with prettier
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.1
rev: v3.8.2
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json, json5]
priority: 1

## Python linting using ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.9
rev: v0.15.10
hooks:
- id: ruff-format
types_or: [python, pyi, jupyter, markdown]
Expand Down
Loading