Merging upstream version 2.6.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
616fbd39e1
commit
a22149817f
3 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ repos:
|
||||||
- id: name-tests-test
|
- id: name-tests-test
|
||||||
- id: requirements-txt-fixer
|
- id: requirements-txt-fixer
|
||||||
- repo: https://github.com/asottile/setup-cfg-fmt
|
- repo: https://github.com/asottile/setup-cfg-fmt
|
||||||
rev: v2.7.0
|
rev: v2.8.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: setup-cfg-fmt
|
- id: setup-cfg-fmt
|
||||||
- repo: https://github.com/asottile/reorder-python-imports
|
- repo: https://github.com/asottile/reorder-python-imports
|
||||||
|
@ -32,7 +32,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 7.1.2
|
rev: 7.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
exclude: ^identify/vendor/licenses\.py$
|
exclude: ^identify/vendor/licenses\.py$
|
||||||
|
|
|
@ -156,6 +156,7 @@ EXTENSIONS = {
|
||||||
'lua': {'text', 'lua'},
|
'lua': {'text', 'lua'},
|
||||||
'm': {'text', 'objective-c'},
|
'm': {'text', 'objective-c'},
|
||||||
'm4': {'text', 'm4'},
|
'm4': {'text', 'm4'},
|
||||||
|
'magik': {'text', 'magik'},
|
||||||
'make': {'text', 'makefile'},
|
'make': {'text', 'makefile'},
|
||||||
'manifest': {'text', 'manifest'},
|
'manifest': {'text', 'manifest'},
|
||||||
'map': {'text', 'map'},
|
'map': {'text', 'map'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.6.9
|
version = 2.6.10
|
||||||
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
|
||||||
|
@ -10,7 +10,6 @@ author_email = ckuehl@ocf.berkeley.edu
|
||||||
license = MIT
|
license = MIT
|
||||||
license_files = LICENSE
|
license_files = LICENSE
|
||||||
classifiers =
|
classifiers =
|
||||||
License :: OSI Approved :: MIT License
|
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue