From 299a08fd41eb844e371536de78057df5c78f1b6a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 12 Feb 2024 07:12:50 +0100 Subject: Adding upstream version 2.5.34. Signed-off-by: Daniel Baumann --- .pre-commit-config.yaml | 4 ++-- identify/extensions.py | 1 + setup.cfg | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6b54dd..bc35d55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,11 +32,11 @@ repos: hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 exclude: ^identify/vendor/licenses\.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.8.0 hooks: - id: mypy diff --git a/identify/extensions.py b/identify/extensions.py index 585d214..417650f 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -272,6 +272,7 @@ EXTENSIONS = { 'wsgi': {'text', 'wsgi', 'python'}, 'xhtml': {'text', 'xml', 'html', 'xhtml'}, 'xacro': {'text', 'xml', 'urdf', 'xacro'}, + 'xctestplan': {'text', 'json'}, 'xml': {'text', 'xml'}, 'xq': {'text', 'xquery'}, 'xql': {'text', 'xquery'}, diff --git a/setup.cfg b/setup.cfg index 05fe4e0..9ea3f9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.5.33 +version = 2.5.34 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown -- cgit v1.2.3