Skip to content

Commit 19dba24

Browse files
author
Andrew Smith
authoredSep 28, 2023
Merge pull request #567 from supabase-community/silentworks/ignore-md-files-pre-commit
Ignore line endings of markdown files
2 parents 6568a2f + 3ec2b41 commit 19dba24

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
@@ -1,3 +1,4 @@
1+
exclude: '^.*\.(md|MD)$'
12
repos:
23
- repo: https://github.com/pre-commit/pre-commit-hooks
34
rev: v4.1.0

0 commit comments

Comments
 (0)
Please sign in to comment.