diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 104b499b3..d827ae022 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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