File tree Expand file tree Collapse file tree 8 files changed +1019
-13
lines changed Expand file tree Collapse file tree 8 files changed +1019
-13
lines changed Original file line number Diff line number Diff line change @@ -134,3 +134,4 @@ $RECYCLE.BIN/
134
134
* .sw ?
135
135
136
136
scripts
137
+ * /certs /
Original file line number Diff line number Diff line change 37
37
hooks :
38
38
- id : yaml-format
39
39
name : yaml-format
40
- entry : python scripts/ format_yaml/main.py
40
+ entry : python format_yaml/main.py
41
41
language : system
42
42
types : [yaml]
43
43
files : \.(yaml)$
@@ -53,27 +53,27 @@ repos:
53
53
# # TODO: Solve error
54
54
# - id: yml-format
55
55
# name: yml-format
56
- # entry: python scripts/ format_yml/main.py
56
+ # entry: python format_yml/main.py
57
57
# language: system
58
58
# types: [yaml]
59
59
# files: \.(yml)$
60
60
# exclude: '.github/.*'
61
61
- id : docker-compose
62
62
name : docker-compose
63
- entry : python scripts/ validate_docker_compose/main.py
63
+ entry : python validate_docker_compose/main.py
64
64
language : system
65
65
types : [yaml]
66
66
files : ^docker-compose(\.dev|\.prod)?\.yml$
67
67
- id : commit-msg-version-check
68
68
name : commit-msg-version-check
69
- entry : python scripts/ commit_msg_version_bump/main.py
69
+ entry : python commit_msg_version_bump/main.py
70
70
always_run : true
71
71
language : system
72
72
args : [.git/COMMIT_EDITMSG]
73
73
stages : [pre-push]
74
74
- id : generate-changelog
75
75
name : generate-changelog
76
- entry : python scripts/ generate_changelog/main.py
76
+ entry : python generate_changelog/main.py
77
77
always_run : true
78
78
language : system
79
79
- repo : https://github.com/pre-commit/mirrors-prettier
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extension-pkg-whitelist=
39
39
fail-on =
40
40
41
41
# Specify a score threshold under which the program will exit with error.
42
- fail-under =10
42
+ fail-under =9
43
43
44
44
# Interpret the stdin as a python script, whose filename needs to be passed as
45
45
# the module_or_package argument.
@@ -402,7 +402,7 @@ preferred-modules=
402
402
403
403
# The type of string formatting that logging methods do. `old` means using %
404
404
# formatting, `new` is for `{}` formatting.
405
- logging-format-style =old
405
+ logging-format-style =new
406
406
407
407
# Logging modules to check that the string format arguments are in logging
408
408
# function parameter format.
You can’t perform that action at this time.
0 commit comments