Skip to content

Commit 27c468d

Browse files
committed
update mh
1 parent 0c21e1f commit 27c468d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

miss_hit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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]+)*" #
78
regex_script_name: "[a-z0-9]+(_[a-z0-9]+)*"
89

910
exclude_dir: "lib"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Sphinx
22
sphinxcontrib-matlabdomain
33
sphinxcontrib-napoleon
44
sphinx_rtd_theme
5-
miss_hit==0.9.15
5+
miss_hit==0.9.29

0 commit comments

Comments
 (0)