mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Update precommit monthly python 3.7+ (#7542)
This commit is contained in:
parent
c264795f50
commit
e04d8b1cb0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user