From bb3b9dafca5397bc3abfc34d99f31631c1a46981 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:05: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/reorder_python_imports: v3.12.0 → v3.13.0](https://github.com/asottile/reorder_python_imports/compare/v3.12.0...v3.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.7...v0.5.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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba7a89c..696bca1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ fail_fast: false repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.5.0" + rev: "v4.6.0" hooks: - id: "check-added-large-files" args: ["--maxkb=40000"] @@ -38,7 +38,7 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/asottile/reorder_python_imports" - rev: "v3.12.0" + rev: "v3.13.0" hooks: - id: "reorder-python-imports" args: @@ -52,14 +52,14 @@ repos: - id: "add-trailing-comma" - repo: "https://github.com/astral-sh/ruff-pre-commit" - rev: "v0.1.7" + rev: "v0.5.1" hooks: - id: "ruff" args: ["--show-fixes"] - id: "ruff-format" - repo: "https://github.com/python-poetry/poetry" - rev: "1.7.0" + rev: "1.8.0" hooks: - id: "poetry-check" name: "poetry check"