From bd4492ca9734b478e602764bddbc79b826626d96 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 10:36:57 +0200 Subject: [PATCH] MAINT: autoupdate pre-commit hooks (#15) * MAINT: increase pre-commit upgrade to quarterly --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Remco de Boer <29308176+redeboer@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3361ad0..81408a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ ci: autoupdate_commit_msg: "MAINT: autoupdate pre-commit hooks" - autoupdate_schedule: monthly + autoupdate_schedule: quarterly skip: - pyright - taplo @@ -95,17 +95,17 @@ repos: metadata.vscode - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.6 + rev: v3.0.0-alpha.9-for-vscode hooks: - id: prettier - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.303 + rev: v1.1.305 hooks: - id: pyright - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: