Merging upstream version 2.5.34.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b4756a8c41
commit
a64e4bd301
3 changed files with 4 additions and 3 deletions
|
@ -32,11 +32,11 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 6.1.0
|
rev: 7.0.0
|
||||||
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.7.1
|
rev: v1.8.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
|
|
|
@ -272,6 +272,7 @@ EXTENSIONS = {
|
||||||
'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'},
|
||||||
|
'xctestplan': {'text', 'json'},
|
||||||
'xml': {'text', 'xml'},
|
'xml': {'text', 'xml'},
|
||||||
'xq': {'text', 'xquery'},
|
'xq': {'text', 'xquery'},
|
||||||
'xql': {'text', 'xquery'},
|
'xql': {'text', 'xquery'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.5.33
|
version = 2.5.34
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue