1
0
Fork 0

Adding upstream version 2.12.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:27:06 +01:00
parent 851c52101f
commit 9a762b409f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 13 additions and 5 deletions

View file

@ -21,11 +21,11 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/pre-commit/pre-commit
rev: v2.12.0
rev: v2.12.1
hooks:
- id: validate_manifest
- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pyupgrade
args: [--py36-plus]