Skip to content

Commit 6f98bfd

Browse files
committed
exclude rst files from merge conflict check
Headings are marked via '======'
1 parent c3c1121 commit 6f98bfd

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
@@ -59,6 +59,7 @@ repos:
5959
entry: pixi run check-merge-conflict --assume-in-merge
6060
language: system
6161
types: [text]
62+
exclude: ".rst$"
6263
# typos
6364
- id: typos
6465
name: typos

0 commit comments

Comments
 (0)