File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ repos:
5858 - id : file-contents-sorter
5959 files : spelling_private_dict\.txt$
6060 - id : trailing-whitespace
61+ - repo : https://github.com/google/yamlfmt
62+ rev : v0.13.0
63+ hooks :
64+ - id : yamlfmt
6165 - repo : local
6266 hooks :
6367 - id : actionlint
Original file line number Diff line number Diff line change 1+ formatter:
2+ include_document_start: true
3+ retain_line_breaks_single: true
4+ trim_trailing_whitespace: true
5+ end_of_file_newline: true
Original file line number Diff line number Diff line change 1+ ---
12coverage :
23 status :
34 patch :
Original file line number Diff line number Diff line change 1+ ---
12version : 2
23
34build :
78
89python :
910 install :
10- - method : pip
11- path : .
12- extra_requirements :
13- - dev
11+ - method : pip
12+ path : .
13+ extra_requirements :
14+ - dev
1415
1516sphinx :
1617 builder : html
You can’t perform that action at this time.
0 commit comments