[pre-commit] Add pyupgrade back as a manual stage

Launchable with ``pre-commit run --hook-stage manual pyupgrade -a``
This commit is contained in:
Pierre Sassoulas 2024-06-06 18:18:53 +02:00 committed by GitHub
parent 6e5aaef404
commit 8f61d5d572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ repos:
- id: pyproject-fmt
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
additional_dependencies: ["tox>=4.9"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
hooks:
- id: pyupgrade
stages: [manual]
- repo: local
hooks:
- id: pylint