From f80ef19666312ed56307a8904a2b70b4cc561261 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:42:37 +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.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.19.1) - [github.com/floatingpurr/sync_with_poetry: 1.1.0 → 1.2.0](https://github.com/floatingpurr/sync_with_poetry/compare/1.1.0...1.2.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 84dafe1..1168b3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,7 +13,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "24.8.0" + rev: "24.10.0" hooks: - id: black @@ -28,12 +28,12 @@ repos: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: "v3.17.0" + rev: "v3.19.1" hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/floatingpurr/sync_with_poetry - rev: 1.1.0 + rev: 1.2.0 hooks: - id: sync_with_poetry