diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b58b267c..6ac9189b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 @@ -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] @@ -124,7 +124,7 @@ 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] @@ -132,7 +132,7 @@ repos: ## 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]