.pre-commit-config.yaml: expect Python 3.11 or newer

Debian Stable has 3.11.2 so it should be recent enough. No changes made otherwise.
This commit is contained in:
Aminda Suomalainen 2023-10-15 13:06:10 +03:00
parent 4207af146a
commit 1d54a79736
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 0 deletions

View File

@ -61,10 +61,12 @@ repos:
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py311-plus]
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
args: [--py311-plus]
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0
hooks: