Merge "pre-commit: Add pyupgrade hook"

This commit is contained in:
Zuul 2024-05-03 19:54:51 +00:00 committed by Gerrit Code Review
commit f4116492fb

View File

@ -21,6 +21,11 @@ repos:
rev: v1.1.1
hooks:
- id: doc8
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
hooks:
- id: pyupgrade
args: ['--py38-plus']
- repo: https://github.com/psf/black
rev: 24.4.0
hooks: