From 1f5beb85f3c2bf755ac66bccec7ebf515aece54e Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 7 Jan 2024 01:36:36 +0100 Subject: [PATCH 1/6] Update .pre-commit-config.yaml https://github.com/psf/black/blob/main/CHANGES.md https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md --- .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 32939e6..de29ea1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -34,7 +34,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.12.1 hooks: - id: black From ec28183fe1b101fe827e9aaf780f060c43ff07bf Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 7 Jan 2024 01:39:38 +0100 Subject: [PATCH 2/6] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de29ea1..ac5af5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.4.0 hooks: - id: check-added-large-files - id: check-case-conflict From e8e894c1dc54bc32ec53c096a48e41a56c303047 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 7 Jan 2024 01:46:46 +0100 Subject: [PATCH 3/6] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac5af5c..af5fd5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.12.1 + rev: 22.9.1 hooks: - id: black From fd02da3a54c4b7ec940a6cf6ce67a47b581887c8 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 7 Jan 2024 01:50:39 +0100 Subject: [PATCH 4/6] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af5fd5c..294bd41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.0.0 hooks: - id: check-added-large-files - id: check-case-conflict From 6e64300d1f9e4d79e7ec0308d54c720a1ab3aa49 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 7 Jan 2024 01:52:06 +0100 Subject: [PATCH 5/6] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 294bd41..74b338b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.0 + rev: v3.4.0 hooks: - id: check-added-large-files - id: check-case-conflict From 4a19e3e13c767972e31394fc96c652636dab3037 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 7 Jan 2024 01:54:07 +0100 Subject: [PATCH 6/6] Update .pre-commit-config.yaml --- .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 74b338b..1371b21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -34,7 +34,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.9.1 + rev: 22.10.0 hooks: - id: black