Skip to content

Commit e6a0187

Browse files
ci: pre-commit autoupdate (#196)
1 parent 2fe4183 commit e6a0187

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
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

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import re
77
from github import Github, Auth, GithubException # type: ignore
88

9-
109
# Constants for message titles
1110
SUCCESS_TITLE = "# Commit-Check ✔️"
1211
FAILURE_TITLE = "# Commit-Check ❌"

0 commit comments

Comments
 (0)