diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 832822d6c..e9b154d23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: ## Check pyproject.toml file - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2026.04.17 + rev: 2026.04.24 hooks: - id: validate-pyproject priority: 0 @@ -110,7 +110,7 @@ repos: ## Format and lint Python files with ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.15.12 hooks: - id: ruff-format types_or: [python, pyi, jupyter, markdown]