diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 199c4d1..8dd431f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.13.0" + rev: "v0.15.12" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -48,19 +48,19 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.24.1" + rev: "v0.25" hooks: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.33.3" + rev: "0.37.2" hooks: - id: check-dependabot - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.9.1 hooks: - id: nbstripout