1
0
Fork 0

Adding upstream version 1.5.14.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:43:11 +01:00
parent 0abe4a772f
commit c3f707bfbc
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 5 additions and 3 deletions

View file

@ -23,7 +23,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.6
rev: v2.4.0
hooks:
- id: reorder-python-imports
args: [
@ -31,6 +31,6 @@ repos:
'--add-import', 'from __future__ import unicode_literals',
]
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.0.2
rev: v2.1.0
hooks:
- id: add-trailing-comma