Update precommit monthly python 3.7+ (#7542)

This commit is contained in:
Glenn Jocher 2022-04-22 13:43:50 -07:00 committed by GitHub
parent c264795f50
commit e04d8b1cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ default_language_version:
ci:
autofix_prs: true
autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'
autoupdate_schedule: quarterly
autoupdate_schedule: monthly
# submodules: true
repos:
@ -27,8 +27,8 @@ repos:
rev: v2.32.0
hooks:
- id: pyupgrade
args: [--py36-plus]
name: Upgrade code
args: [ --py37-plus ]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
@ -46,6 +46,7 @@ repos:
rev: 0.7.14
hooks:
- id: mdformat
name: MD formatting
additional_dependencies:
- mdformat-gfm
- mdformat-black