File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ repos:
4747 - repo : https://github.com/Lucas-C/pre-commit-hooks
4848 rev : v1.5.5
4949 hooks :
50+ - id : chmod
51+ name : set file permissions
52+ args : ['644']
53+ files : \.md$
54+ stages : [manual]
5055 - id : insert-license
5156 name : add license for all Markdown files
5257 files : \.md$
@@ -123,14 +128,6 @@ repos:
123128 args : [--config=.github/linters/.markdown-lint.yml]
124129 types : [markdown]
125130 files : \.(md|mdown|markdown)$
126- - repo : https://github.com/Lucas-C/pre-commit-hooks
127- rev : v1.5.5
128- hooks :
129- - id : chmod
130- name : set file permissions
131- args : ['644']
132- files : \.md$
133- stages : [manual]
134131 - repo : https://github.com/adrienverge/yamllint
135132 rev : v1.37.1
136133 hooks :
You can’t perform that action at this time.
0 commit comments