We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bc381 commit 0f00a69Copy full SHA for 0f00a69
1 file changed
.pre-commit-config.yaml
@@ -47,6 +47,11 @@ repos:
47
- repo: https://github.com/Lucas-C/pre-commit-hooks
48
rev: v1.5.5
49
hooks:
50
+ - id: chmod
51
+ name: set file permissions
52
+ args: ['644']
53
+ files: \.md$
54
+ stages: [manual]
55
- id: insert-license
56
name: add license for all Markdown files
57
files: \.md$
@@ -123,14 +128,6 @@ repos:
123
128
args: [--config=.github/linters/.markdown-lint.yml]
124
129
types: [markdown]
125
130
files: \.(md|mdown|markdown)$
126
- - repo: https://github.com/Lucas-C/pre-commit-hooks
127
- rev: v1.5.5
- hooks:
- - id: chmod
- name: set file permissions
131
- args: ['644']
132
- files: \.md$
133
- stages: [manual]
134
- repo: https://github.com/adrienverge/yamllint
135
rev: v1.37.1
136
0 commit comments