From 3272aa96fb05df695ad6e491fa3756f40628f95d Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 10 Dec 2021 13:40:44 +0000 Subject: [PATCH 1/2] Don't run pre-commit on Azure --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7b4a7abf0..16ca2b536 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ jobs: pool: vmImage: ubuntu-20.04 variables: - TOXENV: docs,checkreadme,pre-commit,rever + TOXENV: docs,checkreadme,rever steps: - task: UsePythonVersion@0 inputs: From de3c1f7798245bbdbdb50eee58d6ad2c7754f2ac Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 10 Dec 2021 13:41:48 +0000 Subject: [PATCH 2/2] Turn pre-commit autoupdate down weekly->monthly --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7391f3ab9..279d43567 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,6 @@ repos: rev: "0.39" hooks: - id: check-manifest + +ci: + autoupdate_schedule: monthly