Merging upstream version 2.2.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b41bf1b8e7
commit
31c3efcdae
4 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,7 @@ repos:
|
|||
rev: v1.17.0
|
||||
hooks:
|
||||
- id: setup-cfg-fmt
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 3.9.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
|
|
|
@ -10,7 +10,7 @@ resources:
|
|||
type: github
|
||||
endpoint: github
|
||||
name: asottile/azure-pipeline-templates
|
||||
ref: refs/tags/v2.0.0
|
||||
ref: refs/tags/v2.1.0
|
||||
|
||||
jobs:
|
||||
- template: job--python-tox.yml@asottile
|
||||
|
|
|
@ -58,6 +58,7 @@ EXTENSIONS = {
|
|||
'gypi': {'text', 'gyp', 'python'},
|
||||
'gz': {'binary', 'gzip'},
|
||||
'h': {'text', 'header', 'c', 'c++'},
|
||||
'hh': {'text', 'header', 'c++'},
|
||||
'hpp': {'text', 'header', 'c++'},
|
||||
'hs': {'text', 'haskell'},
|
||||
'htm': {'text', 'html'},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 2.2.2
|
||||
version = 2.2.3
|
||||
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