From 6b2330b2fdc3247b29ff46b73d197adbde42a1d6 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:45:33 +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/astral-sh/ruff-pre-commit: v0.3.4 → v0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.5.1) - [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/python-poetry/poetry: 1.8.2 → 1.8.0](https://github.com/python-poetry/poetry/compare/1.8.2...1.8.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 5d067ce..baeaf6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_install_hook_types: repos: - repo: "https://github.com/astral-sh/ruff-pre-commit" - rev: "v0.3.4" + rev: "v0.5.1" hooks: - id: "ruff" name: "Run the Ruff linter" @@ -18,14 +18,14 @@ repos: name: "Run the Ruff formatter" types_or: ["python", "pyi"] - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.5.0" + rev: "v4.6.0" hooks: - id: "check-merge-conflict" args: ["--assume-in-merge"] name: "Check for merge conflicts" stages: ["push"] - repo: "https://github.com/python-poetry/poetry" - rev: "1.8.2" + rev: "1.8.0" hooks: - id: "poetry-lock" stages: ["push"]