From 0c07a2899280a3b3e00719efa78068e7e90b5b8d Mon Sep 17 00:00:00 2001 From: Samer Hamood Date: Sun, 19 Jan 2025 18:03:58 +0000 Subject: [PATCH 1/3] Upgrade pre-commit-hooks to latest version --- .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 e0818f4..373d7a4 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-yaml - id: check-added-large-files From 466ad6ded25751a21de8032dd0c99aa6166be47a Mon Sep 17 00:00:00 2001 From: Samer Hamood Date: Sun, 19 Jan 2025 18:05:24 +0000 Subject: [PATCH 2/3] Upgrade ruff-pre-commit to the highest version before failing --- .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 373d7a4..c6d7c73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,6 +23,6 @@ repos: pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.2 + rev: v0.6.0 hooks: - id: ruff From d73423b1afe9b2e5f97070868913a84ab9b7fc53 Mon Sep 17 00:00:00 2001 From: Samer Hamood Date: Sat, 25 Jan 2025 18:15:14 +0000 Subject: [PATCH 3/3] Add pre-commit hook upgrades to CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc7f02..7c4aa7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Release 1.6 + +- Upgraded pre-commit hooks (pre-commit-hooks to `v5.0.0` and ruff-pre-commit to `v0.6.0`) + ## Release 1.5 ## Release 1.4