Merging upstream version 2.5.30.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
417d8c3f42
commit
b6495feab2
3 changed files with 4 additions and 3 deletions
|
@ -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]
|
||||||
|
|
|
@ -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'},
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue