1
0
Fork 0

Adding upstream version 2.5.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 22:06:03 +01:00
parent 303d861dc3
commit f0861d990e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 19 additions and 26 deletions

View file

@ -29,7 +29,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.0
rev: v2.0.1
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8