From 5863054d564856e053100ee2edcb7f179831f15b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:19:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[pre-commit.ci]=20pre-commit=20auto?= =?UTF-8?q?update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.245 → v0.0.291](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.245...v0.0.291) - [github.com/psf/black: 23.1.0 → 23.9.1](https://github.com/psf/black/compare/23.1.0...23.9.1) - [github.com/python-poetry/poetry: 1.4.0 → 1.6.0](https://github.com/python-poetry/poetry/compare/1.4.0...1.6.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 fe327c5e..bb589876 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,8 +9,8 @@ repos: - id: end-of-file-fixer exclude: ^docs - id: check-executables-have-shebangs - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.245" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.0.291" hooks: - id: ruff args: @@ -20,11 +20,11 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/python-poetry/poetry - rev: 1.4.0 + rev: 1.6.0 hooks: - id: poetry-check