We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36bc53d + 1e6d05a commit c106d8dCopy full SHA for c106d8d
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
additional_dependencies: [miss_hit]
29
30
- repo: https://github.com/pre-commit/pre-commit-hooks
31
- rev: v4.0.1
+ rev: v4.1.0
32
hooks:
33
- id: trailing-whitespace
34
- id: end-of-file-fixer
miss_hit.cfg
@@ -4,7 +4,7 @@ project_root
4
line_length: 120
5
6
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]+)*" #
+regex_parameter_name: "[a-zA-Z0-9]+(_*([a-zA-Z0-9]){1}[A-Za-z]+)*" #
8
regex_script_name: "[a-z0-9]+(_[a-z0-9]+)*"
9
10
exclude_dir: "lib"
0 commit comments