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 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 ❌"