Skip to content

Commit b12c7a2

Browse files
authored
fix: exclude changelog.md from pre-commit (#36)
1 parent 55e6426 commit b12c7a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3+
exclude: "CHANGELOG.md"
34
default_stages: [ commit ]
45

56
repos:

0 commit comments

Comments
 (0)