From 79c4da5e0fa09958aa0bf6442aeb6df1f9fafc58 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 22:07:36 +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.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.23.0...0.23.1) - [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.272](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.267...v0.0.272) - [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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e26d72..5857490 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.23.0" + rev: "0.23.1" hooks: - id: "check-github-workflows" @@ -54,7 +54,7 @@ repos: - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: 'v0.0.267' + rev: 'v0.0.272' 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"