Merging upstream version 1.5.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
33443b917c
commit
198dc0b931
3 changed files with 5 additions and 3 deletions
|
@ -23,7 +23,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/asottile/reorder_python_imports
|
- repo: https://github.com/asottile/reorder_python_imports
|
||||||
rev: v2.3.6
|
rev: v2.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: reorder-python-imports
|
- id: reorder-python-imports
|
||||||
args: [
|
args: [
|
||||||
|
@ -31,6 +31,6 @@ repos:
|
||||||
'--add-import', 'from __future__ import unicode_literals',
|
'--add-import', 'from __future__ import unicode_literals',
|
||||||
]
|
]
|
||||||
- repo: https://github.com/asottile/add-trailing-comma
|
- repo: https://github.com/asottile/add-trailing-comma
|
||||||
rev: v2.0.2
|
rev: v2.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: add-trailing-comma
|
- id: add-trailing-comma
|
||||||
|
|
|
@ -231,6 +231,8 @@ NAMES = {
|
||||||
'.bashrc': EXTENSIONS['bash'],
|
'.bashrc': EXTENSIONS['bash'],
|
||||||
'.bowerrc': EXTENSIONS['json'] | {'bowerrc'},
|
'.bowerrc': EXTENSIONS['json'] | {'bowerrc'},
|
||||||
'.browserslistrc': {'text', 'browserslistrc'},
|
'.browserslistrc': {'text', 'browserslistrc'},
|
||||||
|
'.clang-format': EXTENSIONS['yaml'],
|
||||||
|
'.clang-tidy': EXTENSIONS['yaml'],
|
||||||
'.codespellrc': EXTENSIONS['ini'] | {'codespellrc'},
|
'.codespellrc': EXTENSIONS['ini'] | {'codespellrc'},
|
||||||
'.coveragerc': EXTENSIONS['ini'] | {'coveragerc'},
|
'.coveragerc': EXTENSIONS['ini'] | {'coveragerc'},
|
||||||
'.cshrc': EXTENSIONS['csh'],
|
'.cshrc': EXTENSIONS['csh'],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 1.5.13
|
version = 1.5.14
|
||||||
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