From 766d16abf751905dbd7f4884e98814e5430fbf5f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:26:47 +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-pre-commit-mirror: 24.4.2 → 24.10.0](https://github.com/psf/black-pre-commit-mirror/compare/24.4.2...24.10.0) - [github.com/jendrikseipp/vulture: v2.11 → v2.14](https://github.com/jendrikseipp/vulture/compare/v2.11...v2.14) --- .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 1b7df14..a1d6b7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: stages: - pre-push - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -42,7 +42,7 @@ repos: - id: check-merge-conflict # - id: no-commit-to-branch # To be included when other contributions join the project - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black args: [ --line-length=120 ] @@ -69,7 +69,7 @@ repos: stages: - pre-push - repo: https://github.com/jendrikseipp/vulture - rev: v2.11 + rev: v2.14 hooks: - id: vulture - repo: https://gitlab.com/smop/pre-commit-hooks