Merging upstream version 2.6.6.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e919e904c4
commit
fb23585f16
3 changed files with 3 additions and 2 deletions
|
@ -37,6 +37,6 @@ repos:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
exclude: ^identify/vendor/licenses\.py$
|
exclude: ^identify/vendor/licenses\.py$
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: v1.14.0
|
rev: v1.14.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
|
|
|
@ -6,6 +6,7 @@ EXTENSIONS = {
|
||||||
'asciidoc': {'text', 'asciidoc'},
|
'asciidoc': {'text', 'asciidoc'},
|
||||||
'apinotes': {'text', 'apinotes'},
|
'apinotes': {'text', 'apinotes'},
|
||||||
'asar': {'binary', 'asar'},
|
'asar': {'binary', 'asar'},
|
||||||
|
'asm': {'text', 'asm'},
|
||||||
'astro': {'text', 'astro'},
|
'astro': {'text', 'astro'},
|
||||||
'avif': {'binary', 'image', 'avif'},
|
'avif': {'binary', 'image', 'avif'},
|
||||||
'avsc': {'text', 'avro-schema'},
|
'avsc': {'text', 'avro-schema'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.6.5
|
version = 2.6.6
|
||||||
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