From a485072dbc9010acfe2ba1926a505036be210e8f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:06:42 +0000 Subject: [PATCH] chore: update pre-commit hooks (#67) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/henryiii/check-sdist: v1.0.0 → v1.1.0](https://github.com/henryiii/check-sdist/compare/v1.0.0...v1.1.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.3...0.29.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b777dc..d4f7a95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: - uv - repo: https://github.com/henryiii/check-sdist - rev: "v1.0.0" + rev: "v1.1.0" hooks: - id: check-sdist args: [--inject-junk] @@ -81,7 +81,7 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-dependabot - id: check-github-workflows