Skip to content

Commit c1a8193

Browse files
committed
Exclude file from prettier
1 parent f674d67 commit c1a8193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ repos:
124124
hooks:
125125
- id: prettier
126126
args: [--prose-wrap=always, --print-width=88]
127-
exclude: tests(/\w*)*data/
127+
exclude: tests(/\w*)*data/|.github/FUNDING.yml
128128
- repo: https://github.com/DanielNoord/pydocstringformatter
129129
rev: v0.7.2
130130
hooks:

0 commit comments

Comments
 (0)