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:
renovate[bot] 2022-10-04 12:43:55 +02:00 committed by GitHub
parent 845d8061f6
commit 119d06fb7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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