From 4ad96321bb659ea139c4d6faf82d93043b26bf92 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 17:22:26 +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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) - [github.com/psf/black: 23.11.0 → 24.4.2](https://github.com/psf/black/compare/23.11.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.6...v0.4.5) - [github.com/andrei-shabanski/poetry-plugin-sort: v0.2.0 → v0.2.1](https://github.com/andrei-shabanski/poetry-plugin-sort/compare/v0.2.0...v0.2.1) - [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](https://github.com/python-poetry/poetry/compare/1.7.0...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 9f3feb823..0c7c2ea66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: check-poetry-sources - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: pretty-format-json args: @@ -21,7 +21,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: @@ -32,23 +32,23 @@ repos: - id: python-check-blanket-noqa - id: python-check-blanket-type-ignore - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.6 + rev: v0.4.5 hooks: - id: ruff args: - "--fix" - "--exit-non-zero-on-fix" - repo: https://github.com/andrei-shabanski/poetry-plugin-sort - rev: v0.2.0 + rev: v0.2.1 hooks: - id: poetry-sort - repo: https://github.com/python-poetry/poetry - rev: "1.7.0" + rev: "1.8.0" hooks: - id: poetry-check