From 60661299bf39f087425736f2e4a7c5a7ed868067 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:13:08 +0000 Subject: [PATCH] =?UTF-8?q?ci(pre-commit.ci):=20=E2=AC=86=20pre-commit=20a?= =?UTF-8?q?utoupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.255 → v0.8.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.255...v0.8.3) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 23.1.0 → 24.10.0](https://github.com/psf/black/compare/23.1.0...24.10.0) - [github.com/python-poetry/poetry: 1.4.1 → 1.8.0](https://github.com/python-poetry/poetry/compare/1.4.1...1.8.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d1978ac..39427961 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,28 +19,28 @@ exclude: | repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: debug-statements - id: detect-private-key - id: end-of-file-fixer - id: check-executables-have-shebangs - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.255" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.8.3" hooks: - id: ruff args: - --fix - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/python-poetry/poetry - rev: 1.4.1 + rev: 1.8.0 hooks: - id: poetry-check files: "^(pyproject.toml|poetry.lock)$"