diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ffe1e64..31a213f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: exclude: "asdf/(extern||_jsonschema)/.*" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.0.292' + rev: 'v0.1.0' hooks: - id: ruff args: ["--fix"] @@ -56,6 +56,6 @@ repos: - id: blacken-docs - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.14" + rev: "v0.15" hooks: - id: validate-pyproject