diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 754b40e..3728b1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,14 +50,14 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.5" + rev: "v0.6.8" hooks: - id: ruff args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.19" + rev: "v0.20.2" hooks: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"] @@ -76,7 +76,7 @@ repos: args: ["-L", "precessing"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.29.2" + rev: "0.29.3" hooks: - id: check-dependabot - id: check-github-workflows