Skip to content

Commit 9f1819d

Browse files
committed
Revert "ci: TT-305 testing commits"
This reverts commit 95f3e37.
1 parent 95f3e37 commit 9f1819d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
language: python
1010
stages : [commit-msg]
1111
- repo: https://github.com/psf/black
12-
rev: 21.7b0
12+
rev: stable
1313
hooks:
1414
- id: black
1515
args: [--line-length=79, --skip-string-normalization]

commons/git_hooks/enforce_semantic_commit_msg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
SUCCESS_MSG = "Commit succeed!. Semantic commit message is correct."
1515

16-
COMMIT_MSG_REGEX = r'(build|ci|docs|feat|fix|perf|refactor|test|chore|revert)(\([\w\-]+\))?: TT-[0-9]+ .*' # test
16+
COMMIT_MSG_REGEX = r'(build|ci|docs|feat|fix|perf|refactor|test|chore|revert)(\([\w\-]+\))?: TT-[0-9]+ .*'
1717

1818
# Get the commit message file
1919
commit_msg_file = open(sys.argv[1]) # The first argument is the file

0 commit comments

Comments
 (0)