Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks (#15)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and redeboer authored May 2, 2023
1 parent 4859ecc commit bd4492c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ci:
autoupdate_commit_msg: "MAINT: autoupdate pre-commit hooks"
autoupdate_schedule: monthly
autoupdate_schedule: quarterly
skip:
- pyright
- taplo
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit bd4492c

Please sign in to comment.