1
0
Fork 0

Merging upstream version 2.5.5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 22:03:27 +01:00
parent f99ee7a9af
commit 300752240f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
4 changed files with 13 additions and 4 deletions

View file

@ -29,11 +29,11 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
rev: v1.7.0
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
rev: 5.0.2
rev: 5.0.4
hooks:
- id: flake8
exclude: ^identify/vendor/licenses\.py$