Merging upstream version 2.2.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a02603aa11
commit
5b6d53337a
3 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,7 @@ repos:
|
||||||
- id: add-trailing-comma
|
- id: add-trailing-comma
|
||||||
args: [--py36-plus]
|
args: [--py36-plus]
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.23.1
|
rev: v2.25.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py36-plus]
|
args: [--py36-plus]
|
||||||
|
|
|
@ -138,6 +138,7 @@ EXTENSIONS = {
|
||||||
'pp': {'text', 'puppet'},
|
'pp': {'text', 'puppet'},
|
||||||
'properties': {'text', 'java-properties'},
|
'properties': {'text', 'java-properties'},
|
||||||
'proto': {'text', 'proto'},
|
'proto': {'text', 'proto'},
|
||||||
|
'ps1': {'text', 'powershell'},
|
||||||
'puml': {'text', 'plantuml'},
|
'puml': {'text', 'plantuml'},
|
||||||
'purs': {'text', 'purescript'},
|
'purs': {'text', 'purescript'},
|
||||||
'pxd': {'text', 'cython'},
|
'pxd': {'text', 'cython'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.2.13
|
version = 2.2.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