1
0
Fork 0

Merging upstream version 2.6.8.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-25 06:11:12 +01:00
parent 5374246735
commit c4e646ea4c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 5 additions and 3 deletions

View file

@ -32,11 +32,11 @@ repos:
hooks: hooks:
- id: autopep8 - id: autopep8
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 7.1.1 rev: 7.1.2
hooks: hooks:
- id: flake8 - id: flake8
exclude: ^identify/vendor/licenses\.py$ exclude: ^identify/vendor/licenses\.py$
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1 rev: v1.15.0
hooks: hooks:
- id: mypy - id: mypy

View file

@ -225,6 +225,7 @@ EXTENSIONS = {
'rs': {'text', 'rust'}, 'rs': {'text', 'rust'},
'rst': {'text', 'rst'}, 'rst': {'text', 'rst'},
's': {'text', 'asm'}, 's': {'text', 'asm'},
'sas': {'text', 'sas'},
'sass': {'text', 'sass'}, 'sass': {'text', 'sass'},
'sbt': {'text', 'sbt', 'scala'}, 'sbt': {'text', 'sbt', 'scala'},
'sc': {'text', 'scala'}, 'sc': {'text', 'scala'},
@ -285,6 +286,7 @@ EXTENSIONS = {
'wkt': {'text', 'wkt'}, 'wkt': {'text', 'wkt'},
'woff': {'binary', 'woff'}, 'woff': {'binary', 'woff'},
'woff2': {'binary', 'woff2'}, 'woff2': {'binary', 'woff2'},
'wsdl': {'text', 'xml', 'wsdl'},
'wsgi': {'text', 'wsgi', 'python'}, 'wsgi': {'text', 'wsgi', 'python'},
'xhtml': {'text', 'xml', 'html', 'xhtml'}, 'xhtml': {'text', 'xml', 'html', 'xhtml'},
'xacro': {'text', 'xml', 'urdf', 'xacro'}, 'xacro': {'text', 'xml', 'urdf', 'xacro'},

View file

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