Skip to content

Commit 0f00a69

Browse files
committed
Fix up
1 parent 88bc381 commit 0f00a69

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)