From bf7fe63d9e576b9c7821c2b9a5a47c864e689b33 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 May 2023 08:43:10 +0200 Subject: Adding upstream version 2.5.24. Signed-off-by: Daniel Baumann --- identify/extensions.py | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/identify/extensions.py b/identify/extensions.py index 6d8a490..f285181 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -284,6 +284,7 @@ EXTENSIONS_NEED_BINARY_CHECK = { } NAMES = { + '.ansible-lint': EXTENSIONS['yaml'], '.babelrc': EXTENSIONS['json'] | {'babelrc'}, '.bash_aliases': EXTENSIONS['bash'], '.bash_profile': EXTENSIONS['bash'], diff --git a/setup.cfg b/setup.cfg index 9e960e2..8eb8d65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.5.23 +version = 2.5.24 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown -- cgit v1.2.3