From 192ded3b435f6004b67a766d918c6c83f1593c37 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:01:05 +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/psf/black: 23.9.1 → 23.11.0](https://github.com/psf/black/compare/23.9.1...23.11.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.292 → v0.1.7](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.292...v0.1.7) - [github.com/python-poetry/poetry: 1.6.0 → 1.7.0](https://github.com/python-poetry/poetry/compare/1.6.0...1.7.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 3474a85..d66f547 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,13 +42,13 @@ repos: - "--py38-plus" - repo: "https://github.com/psf/black" - rev: "23.9.1" + rev: "23.11.0" hooks: - id: "black" - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: 'v0.0.292' + rev: 'v0.1.7' hooks: - id: "ruff" @@ -58,7 +58,7 @@ repos: - id: "nbstripout" - repo: "https://github.com/python-poetry/poetry" - rev: "1.6.0" + rev: "1.7.0" hooks: - id: "poetry-check" - id: "poetry-lock"