File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66repos :
77- repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v5 .0.0
8+ rev : v6 .0.0
99 hooks :
1010 - id : check-yaml
1111 - id : check-toml
@@ -14,14 +14,14 @@ repos:
1414 - id : name-tests-test
1515 - id : requirements-txt-fixer
1616- repo : https://github.com/psf/black-pre-commit-mirror
17- rev : 24.10.0
17+ rev : 26.3.1
1818 hooks :
1919 - id : black
2020- repo : https://github.com/pre-commit/mirrors-mypy
21- rev : v1.12.0
21+ rev : v1.20.1
2222 hooks :
2323 - id : mypy
2424- repo : https://github.com/codespell-project/codespell
25- rev : v2.3.0
25+ rev : v2.4.2
2626 hooks :
2727 - id : codespell
Original file line number Diff line number Diff line change 66import re
77from github import Github , Auth , GithubException # type: ignore
88
9-
109# Constants for message titles
1110SUCCESS_TITLE = "# Commit-Check ✔️"
1211FAILURE_TITLE = "# Commit-Check ❌"
You can’t perform that action at this time.
0 commit comments