From 00527eb7439cf3bcfe0b51f21da8c34abf6a0ba9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:33:50 +0000 Subject: [PATCH 1/2] 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: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/24.10.0...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.12.0 → v1.20.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.12.0...v1.20.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.2) --- .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 571d5ee..572d6e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml - id: check-toml @@ -14,14 +14,14 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.10.0 + rev: 26.3.1 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.0 + rev: v1.20.1 hooks: - id: mypy - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.2 hooks: - id: codespell From 3005690ff1f8931f07a0bed03a9de6db9db9db07 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:34:00 +0000 Subject: [PATCH 2/2] ci: auto fixes from pre-commit.com hooks --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 7491710..ca1ccb4 100755 --- a/main.py +++ b/main.py @@ -6,7 +6,6 @@ import re from github import Github, Auth, GithubException # type: ignore - # Constants for message titles SUCCESS_TITLE = "# Commit-Check ✔️" FAILURE_TITLE = "# Commit-Check ❌"