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:
|
||||
- id: autopep8
|
||||
- repo: https://github.com/asottile/reorder_python_imports
|
||||
rev: v2.3.6
|
||||
rev: v2.4.0
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
args: [
|
||||
|
@ -31,6 +31,6 @@ repos:
|
|||
'--add-import', 'from __future__ import unicode_literals',
|
||||
]
|
||||
- repo: https://github.com/asottile/add-trailing-comma
|
||||
rev: v2.0.2
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
|
|
|
@ -231,6 +231,8 @@ NAMES = {
|
|||
'.bashrc': EXTENSIONS['bash'],
|
||||
'.bowerrc': EXTENSIONS['json'] | {'bowerrc'},
|
||||
'.browserslistrc': {'text', 'browserslistrc'},
|
||||
'.clang-format': EXTENSIONS['yaml'],
|
||||
'.clang-tidy': EXTENSIONS['yaml'],
|
||||
'.codespellrc': EXTENSIONS['ini'] | {'codespellrc'},
|
||||
'.coveragerc': EXTENSIONS['ini'] | {'coveragerc'},
|
||||
'.cshrc': EXTENSIONS['csh'],
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 1.5.13
|
||||
version = 1.5.14
|
||||
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