1
0
Fork 0

Merging upstream version 2.5.30.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:36:12 +01:00
parent 417d8c3f42
commit b6495feab2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,7 @@ repos:
hooks: hooks:
- id: setup-cfg-fmt - id: setup-cfg-fmt
- repo: https://github.com/asottile/reorder-python-imports - repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0 rev: v3.11.0
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports
args: [--py38-plus, --add-import, 'from __future__ import annotations'] args: [--py38-plus, --add-import, 'from __future__ import annotations']
@ -23,7 +23,7 @@ repos:
hooks: hooks:
- id: add-trailing-comma - id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.10.1 rev: v3.13.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py38-plus] args: [--py38-plus]

View file

@ -74,6 +74,7 @@ EXTENSIONS = {
'gd': {'text', 'gdscript'}, 'gd': {'text', 'gdscript'},
'gemspec': {'text', 'ruby'}, 'gemspec': {'text', 'ruby'},
'geojson': {'text', 'geojson', 'json'}, 'geojson': {'text', 'geojson', 'json'},
'ggb': {'binary', 'zip', 'ggb'},
'gif': {'binary', 'image', 'gif'}, 'gif': {'binary', 'image', 'gif'},
'go': {'text', 'go'}, 'go': {'text', 'go'},
'gotmpl': {'text', 'gotmpl'}, 'gotmpl': {'text', 'gotmpl'},

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = identify name = identify
version = 2.5.29 version = 2.5.30
description = File identification library for Python description = File identification library for Python
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown