diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f4bad6..85aacf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.13.3" + rev: "v0.14.0" hooks: # Run the linter - id: ruff-check @@ -78,12 +78,12 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: "2025.10.03" + rev: "2025.10.11" hooks: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.34.0" + rev: "0.34.1" hooks: - id: check-dependabot - id: check-github-workflows