1
0
Fork 0

Merging upstream version 2.6.7.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:46:49 +01:00
parent 32c0108f6f
commit 821849723d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 5 additions and 3 deletions

View file

@ -28,7 +28,7 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
rev: v2.3.2
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8