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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 981697ede..2eb632bae 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: