Merging upstream version 2.2.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ca150c0b0e
commit
c12f8c89e8
3 changed files with 4 additions and 3 deletions
|
@ -15,7 +15,7 @@ repos:
|
|||
hooks:
|
||||
- id: setup-cfg-fmt
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 3.9.0
|
||||
rev: 3.9.1
|
||||
hooks:
|
||||
- id: flake8
|
||||
exclude: ^identify/vendor/licenses\.py$
|
||||
|
@ -35,7 +35,7 @@ repos:
|
|||
- id: add-trailing-comma
|
||||
args: [--py36-plus]
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.11.0
|
||||
rev: v2.12.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py36-plus]
|
||||
|
|
|
@ -29,6 +29,7 @@ EXTENSIONS = {
|
|||
'css': {'text', 'css'},
|
||||
'csv': {'text', 'csv'},
|
||||
'cu': {'text', 'cuda'},
|
||||
'cuh': {'text', 'cuda'},
|
||||
'cxx': {'text', 'c++'},
|
||||
'dart': {'text', 'dart'},
|
||||
'def': {'text', 'def'},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 2.2.3
|
||||
version = 2.2.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