Skip to content

Commit 1c0c885

Browse files
authored
DEV - Enable pre-commit ci (#1752)
Add pre-commit ci config
1 parent 4a91790 commit 1c0c885

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Config for pre-commit CI https://pre-commit.ci/
2+
ci:
3+
autofix_commit_msg: |
4+
[pre-commit.ci] Automatic linting and formatting fixes
5+
autofix_prs: true
6+
autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate hooks"
7+
autoupdate_schedule: monthly
8+
19
# Fix the node version to avoid a GLIBC error
210
# ref: https://stackoverflow.com/questions/71939099/bitbucket-pipeline-error-installing-pre-commit-ts-lint/71940852#71940852
311
default_language_version:

0 commit comments

Comments
 (0)