Skip to content

Commit c106d8d

Browse files
committed
Merge branch 'main' into dev
2 parents 36bc53d + 1e6d05a commit c106d8d

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
@@ -28,7 +28,7 @@ repos:
2828
additional_dependencies: [miss_hit]
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v4.0.1
31+
rev: v4.1.0
3232
hooks:
3333
- id: trailing-whitespace
3434
- id: end-of-file-fixer

miss_hit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project_root
44
line_length: 120
55

66
regex_function_name: "[a-z]+(_*([a-zA-Z0-9]){1}[A-Za-z]+)*" # almost anything goes in the root folder
7-
regex_parameter_name: "[a-zA-Z0-9]+(_*([a-zA-Z0-9]){1}[A-Za-z]+)*" #
7+
regex_parameter_name: "[a-zA-Z0-9]+(_*([a-zA-Z0-9]){1}[A-Za-z]+)*" #
88
regex_script_name: "[a-z0-9]+(_[a-z0-9]+)*"
99

1010
exclude_dir: "lib"

0 commit comments

Comments
 (0)