From be8bd30dd79bc5ed8580a82a55536c6475493444 Mon Sep 17 00:00:00 2001 From: Mike Hendricks Date: Mon, 10 Apr 2023 18:53:33 -0700 Subject: [PATCH] Update pre-commit ci settings Skip auto-update of black and flake8 Re-enable autofix_prs, I was attempting to disable autoupdate, not fixing pr's. Reduce autoupdate schedule to quarterly, and skip black and flake8, they are pinned. --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 017b682..de77f89 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ --- ci: - autofix_prs: false + autoupdate_schedule: quarterly + skip: [black, flake8] repos: