From b74eb3000ab7659a0c9852b504faf5123ae9b859 Mon Sep 17 00:00:00 2001 From: Will Da Silva Date: Thu, 9 Feb 2023 16:15:31 -0500 Subject: [PATCH] chore: Use `pre-commit.ci` to autofix PRs --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index deaff6d..be9d94b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ ci: - autofix_prs: false + autofix_prs: true autoupdate_schedule: weekly autoupdate_commit_msg: 'chore: pre-commit autoupdate'