[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.3.2 → v3.7.0](https://github.com/asottile/pyupgrade/compare/v3.3.2...v3.7.0)
This commit is contained in:
pre-commit-ci[bot] 2023-06-20 07:03:49 +00:00 committed by GitHub
parent 7643ef410d
commit ed9f8f1c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ repos:
- --markdown-linebreak-ext=md
exclude: ^2022/inputs/day05
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py311-plus]