From 5222699db2a8139dcee18239f625a8c5c7961c2b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 22:06:22 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/python-jsonschema/check-jsonschema: 0.23.0 → 0.23.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.23.0...0.23.2) - [github.com/asottile/reorder_python_imports: v3.9.0 → v3.10.0](https://github.com/asottile/reorder_python_imports/compare/v3.9.0...v3.10.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.275](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.267...v0.0.275) - [github.com/python-poetry/poetry: 1.4.0 → 1.5.0](https://github.com/python-poetry/poetry/compare/1.4.0...1.5.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e26d72..85be318 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,12 +36,12 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.23.0" + rev: "0.23.2" hooks: - id: "check-github-workflows" - repo: "https://github.com/asottile/reorder_python_imports" - rev: "v3.9.0" + rev: "v3.10.0" hooks: - id: "reorder-python-imports" args: @@ -54,7 +54,7 @@ repos: - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: 'v0.0.267' + rev: 'v0.0.275' hooks: - id: "ruff" @@ -64,7 +64,7 @@ repos: - id: "nbstripout" - repo: "https://github.com/python-poetry/poetry" - rev: "1.4.0" + rev: "1.5.0" hooks: - id: "poetry-check" - id: "poetry-lock"