1
0
Fork 0

Merging upstream version 2.6.6.

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

View file

@ -37,6 +37,6 @@ repos:
- id: flake8
exclude: ^identify/vendor/licenses\.py$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy

View file

@ -6,6 +6,7 @@ EXTENSIONS = {
'asciidoc': {'text', 'asciidoc'},
'apinotes': {'text', 'apinotes'},
'asar': {'binary', 'asar'},
'asm': {'text', 'asm'},
'astro': {'text', 'astro'},
'avif': {'binary', 'image', 'avif'},
'avsc': {'text', 'avro-schema'},

View file

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