Skip to content

Commit 3b79a8a

Browse files
committed
exclude readme & RST from merge conflict check
1 parent c8a3d6e commit 3b79a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repos:
88
- id: check-json
99
exclude: \.vscode/.*\.json$
1010
- id: check-merge-conflict
11+
exclude: (data/.*/README\.md|\.rst)$
1112
- id: check-shebang-scripts-are-executable
1213
- id: check-yaml
1314
- id: check-toml

0 commit comments

Comments
 (0)