From bebf8f2defe1300154eb9ae83acac86293307425 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:03:01 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) - [github.com/omnilib/ufmt: v2.3.0 → v2.5.1](https://github.com/omnilib/ufmt/compare/v2.3.0...v2.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.9...v0.3.4) --- .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 3f01ca4..daccebb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: detect-private-key - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py38-plus] @@ -37,7 +37,7 @@ repos: args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120] - repo: https://github.com/omnilib/ufmt - rev: v2.3.0 + rev: v2.5.1 hooks: - id: ufmt additional_dependencies: @@ -66,7 +66,7 @@ repos: #- flake8-simplify - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.9 + rev: v0.3.4 hooks: - id: ruff args: ["--fix"]