diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24c9b4aa..c54e5e0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: args: ["--pytest-test-first"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.12 hooks: - id: ruff-check args: ["--fix", "--show-fixes"] @@ -44,13 +44,13 @@ repos: - tomli - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.2 hooks: - id: check-github-workflows args: ["--verbose"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.0 + rev: v1.20.2 hooks: - id: mypy files: src @@ -66,19 +66,19 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.8.1" + rev: "v3.8.3" hooks: - id: prettier - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.2 hooks: - id: check-readthedocs - id: check-dependabot - id: check-github-workflows - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2026.04.03 + rev: 2026.04.26 hooks: - id: validate-pyproject