chore(deps): update pre-commit hook asottile/pyupgrade to v3 (#2205)
* chore(deps): update pre-commit hook asottile/pyupgrade to v3 * Remove unecessary --py3-plus flag Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonas L <jooola@users.noreply.github.com>
This commit is contained in:
parent
845d8061f6
commit
119d06fb7c
|
@ -37,10 +37,10 @@ repos:
|
|||
exclude: ^legacy/public(?!/js/airtime)
|
||||
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.38.4
|
||||
rev: v3.0.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py3-plus, --py36-plus]
|
||||
args: [--py36-plus]
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.8.0
|
||||
|
|
Loading…
Reference in New Issue