diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebaf239..e22b8aa 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: 7.1.2 + rev: 7.1.1 hooks: - id: flake8 exclude: ^identify/vendor/licenses\.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.14.1 hooks: - id: mypy diff --git a/debian/changelog b/debian/changelog index 89d147b..c9cd000 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,3 @@ -identify (2.6.8-1) sid; urgency=medium - - * Updating to standards version 4.7.1. - * Merging upstream version 2.6.8. - - -- Daniel Baumann Tue, 25 Feb 2025 06:11:16 +0100 - identify (2.6.7-1) sid; urgency=medium * Merging upstream version 2.6.7. diff --git a/identify/extensions.py b/identify/extensions.py index c5d680a..8dc0e7b 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -225,7 +225,6 @@ EXTENSIONS = { 'rs': {'text', 'rust'}, 'rst': {'text', 'rst'}, 's': {'text', 'asm'}, - 'sas': {'text', 'sas'}, 'sass': {'text', 'sass'}, 'sbt': {'text', 'sbt', 'scala'}, 'sc': {'text', 'scala'}, @@ -286,7 +285,6 @@ EXTENSIONS = { 'wkt': {'text', 'wkt'}, 'woff': {'binary', 'woff'}, 'woff2': {'binary', 'woff2'}, - 'wsdl': {'text', 'xml', 'wsdl'}, 'wsgi': {'text', 'wsgi', 'python'}, 'xhtml': {'text', 'xml', 'html', 'xhtml'}, 'xacro': {'text', 'xml', 'urdf', 'xacro'}, diff --git a/setup.cfg b/setup.cfg index 2791d3c..ed75de7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.6.8 +version = 2.6.7 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown