Merging upstream version 2.5.31.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1b3673d43d
commit
497bcdefd3
3 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
|
@ -10,11 +10,11 @@ repos:
|
|||
- id: name-tests-test
|
||||
- id: requirements-txt-fixer
|
||||
- repo: https://github.com/asottile/setup-cfg-fmt
|
||||
rev: v2.4.0
|
||||
rev: v2.5.0
|
||||
hooks:
|
||||
- id: setup-cfg-fmt
|
||||
- repo: https://github.com/asottile/reorder-python-imports
|
||||
rev: v3.11.0
|
||||
rev: v3.12.0
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
args: [--py38-plus, --add-import, 'from __future__ import annotations']
|
||||
|
@ -23,7 +23,7 @@ repos:
|
|||
hooks:
|
||||
- id: add-trailing-comma
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.13.0
|
||||
rev: v3.15.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py38-plus]
|
||||
|
@ -37,6 +37,6 @@ repos:
|
|||
- id: flake8
|
||||
exclude: ^identify/vendor/licenses\.py$
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.5.1
|
||||
rev: v1.6.1
|
||||
hooks:
|
||||
- id: mypy
|
||||
|
|
|
@ -269,6 +269,7 @@ EXTENSIONS = {
|
|||
'woff2': {'binary', 'woff2'},
|
||||
'wsgi': {'text', 'wsgi', 'python'},
|
||||
'xhtml': {'text', 'xml', 'html', 'xhtml'},
|
||||
'xacro': {'text', 'xml', 'urdf', 'xacro'},
|
||||
'xml': {'text', 'xml'},
|
||||
'xq': {'text', 'xquery'},
|
||||
'xql': {'text', 'xquery'},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 2.5.30
|
||||
version = 2.5.31
|
||||
description = File identification library for Python
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
|
Loading…
Add table
Reference in a new issue