Skip to content

Commit 0f04fd0

Browse files
authored
pre-commit: skip updatecli/install/.default-updatecli-version (#319)
* pre-commit: skip updatecli/install/.default-updatecli-version * updatecli: honour the labels for the automated changelog generator * Revert "updatecli: honour the labels for the automated changelog generator" This reverts commit de217ff. * Update .pre-commit-config.yaml * fix * fix * fix * fix * fix
1 parent 261bed7 commit 0f04fd0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ repos:
77
- id: check-yaml
88
- id: check-xml
99
- id: end-of-file-fixer
10-
exclude: dist/index.js
10+
exclude: |
11+
(?x)^(
12+
dist/index.js|
13+
snapshoty/run/dist/index.js|
14+
updatecli/install/.default-updatecli-version
15+
)$
1116
- id: mixed-line-ending
1217
- id: trailing-whitespace
1318
exclude: dist/index.js

0 commit comments

Comments
 (0)