Skip to content

Commit 35983aa

Browse files
committed
chore(pre-commit): exclude CHANGELOG.md from pre-commit checks
Updated the pre-commit configuration to exclude the CHANGELOG.md file from linting and formatting checks, streamlining the commit process.
1 parent be9acd7 commit 35983aa

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,3 +1,4 @@
1+
exclude: 'CHANGELOG.md'
12
repos:
23
- repo: https://github.com/antonbabenko/pre-commit-terraform
34
rev: v1.99.4

0 commit comments

Comments
 (0)