diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-22 18:45:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-22 18:45:15 +0000 |
commit | ddff93736c7fb2a0bfa0730d5c9fc7e7c9dca15a (patch) | |
tree | 4731228b63d483c232727b60e0fa19bb460ec09e | |
parent | Releasing debian version 2.6.5-1. (diff) | |
download | identify-ddff93736c7fb2a0bfa0730d5c9fc7e7c9dca15a.tar.xz identify-ddff93736c7fb2a0bfa0730d5c9fc7e7c9dca15a.zip |
Merging upstream version 2.6.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
-rw-r--r-- | identify/extensions.py | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b63b254..50892e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/identify/extensions.py b/identify/extensions.py index 2abb56a..37e3b33 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -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'}, @@ -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 |