1
0
Fork 0

Merging upstream version 1.5.14.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:43:29 +01:00
parent 33443b917c
commit 198dc0b931
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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'],

View file

@ -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