Merging upstream version 2.3.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
359366a097
commit
0f0d60d3f5
3 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@ repos:
|
|||
- id: requirements-txt-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/asottile/setup-cfg-fmt
|
||||
rev: v1.18.0
|
||||
rev: v1.19.0
|
||||
hooks:
|
||||
- id: setup-cfg-fmt
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
|
|
|
@ -154,6 +154,7 @@ EXTENSIONS = {
|
|||
'r': {'text', 'r'},
|
||||
'rake': {'text', 'ruby'},
|
||||
'rb': {'text', 'ruby'},
|
||||
'rng': {'text', 'xml', 'relax-ng'},
|
||||
'rs': {'text', 'rust'},
|
||||
'rst': {'text', 'rst'},
|
||||
's': {'text', 'asm'},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 2.3.3
|
||||
version = 2.3.4
|
||||
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