diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45ec7b5..9890d4a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.11" + rev: "v0.15.12" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] @@ -70,7 +70,7 @@ repos: exclude: ^\.pre-commit-config\.yaml$ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.37.1" + rev: "0.37.2" hooks: - id: check-dependabot - id: check-github-workflows