We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a91790 commit 1c0c885Copy full SHA for 1c0c885
.pre-commit-config.yaml
@@ -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
+
9
# Fix the node version to avoid a GLIBC error
10
# ref: https://stackoverflow.com/questions/71939099/bitbucket-pipeline-error-installing-pre-commit-ts-lint/71940852#71940852
11
default_language_version:
0 commit comments