diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8716b23..3f896cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,13 +23,13 @@ repos: - id: prettier # package metadata - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.5 hooks: - id: check-jsonschema files: "schema.json" args: ["--check-metaschema"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.5 hooks: - id: check-jsonschema files: "packages/.*/meta.yaml" @@ -45,7 +45,7 @@ repos: exclude: "^packages/.*/meta.yaml$" # template repo registry - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.8 + rev: v0.4.9 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]