From 1b8a4c3a560d8a9cdadfa03e1555aff3b3801ccc Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Mon, 29 Apr 2024 02:25:47 -0700 Subject: [PATCH] Add `pre-commit.ci` to the CI (#665) --- .pre-commit-config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afdabf6fce..4531e45da6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,3 +75,14 @@ repos: # --line-length is set to a high value to deal with very long lines - --line-length - '99999' +ci: + autofix_commit_msg: | + [pre-commit.ci] auto fixes from pre-commit.com hooks + + for more information, see https://pre-commit.ci + autofix_prs: true + autoupdate_branch: '' + autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' + autoupdate_schedule: weekly + skip: [] + submodules: false