mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 04:59:38 +01:00
.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:
parent
4207af146a
commit
1d54a79736
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user