1
0
Fork 0

Merging upstream version 2.5.24.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:31:03 +01:00
parent 72e993ee49
commit 1e6d690112
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 1 deletions

View file

@ -284,6 +284,7 @@ EXTENSIONS_NEED_BINARY_CHECK = {
} }
NAMES = { NAMES = {
'.ansible-lint': EXTENSIONS['yaml'],
'.babelrc': EXTENSIONS['json'] | {'babelrc'}, '.babelrc': EXTENSIONS['json'] | {'babelrc'},
'.bash_aliases': EXTENSIONS['bash'], '.bash_aliases': EXTENSIONS['bash'],
'.bash_profile': EXTENSIONS['bash'], '.bash_profile': EXTENSIONS['bash'],

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = identify name = identify
version = 2.5.23 version = 2.5.24
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