Skip to content

Commit 1e6d05a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 10df799 commit 1e6d05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)