diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40cea61..453939c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,14 +4,14 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.10 + rev: v0.12.12 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - id: ruff-format - repo: https://github.com/henriquegemignani/jsonschema-to-typeddict - rev: v1.4.1 + rev: v1.4.2 hooks: - id: jsonschema-to-typeddict files: src/mars_patcher/data/schema.json