From 8a962edb2acc37fe044fc079c5195955476a759b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:34:37 +0000 Subject: [PATCH 1/2] [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) --- .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 f78b6460..a56b60d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-toml @@ -9,16 +9,16 @@ repos: types: [yaml] - id: end-of-file-fixer types: [text] - stages: [commit, push, manual] + stages: [Nonepre-commitNone, Nonepre-pushNone, manual] - id: trailing-whitespace types: [text] - stages: [commit, push, manual] + stages: [Nonepre-commitNone, Nonepre-pushNone, manual] - repo: https://github.com/PyCQA/isort rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade From 2479e092a740e38cfde41a3c131fdfba6058a665 Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Tue, 8 Oct 2024 06:34:48 -0500 Subject: [PATCH 2/2] Fix stage names in auto-update --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a56b60d4..0218d7a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,10 +9,10 @@ repos: types: [yaml] - id: end-of-file-fixer types: [text] - stages: [Nonepre-commitNone, Nonepre-pushNone, manual] + stages: [pre-commit, pre-push, manual] - id: trailing-whitespace types: [text] - stages: [Nonepre-commitNone, Nonepre-pushNone, manual] + stages: [pre-commit, pre-push, manual] - repo: https://github.com/PyCQA/isort rev: 5.13.2 hooks: