Merging upstream version 2.6.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
58ca3dd840
commit
e92877e854
3 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: add-trailing-comma
|
- id: add-trailing-comma
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.16.0
|
rev: v3.17.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py38-plus]
|
args: [--py38-plus]
|
||||||
|
@ -32,11 +32,11 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 7.1.0
|
rev: 7.1.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
exclude: ^identify/vendor/licenses\.py$
|
exclude: ^identify/vendor/licenses\.py$
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: v1.10.1
|
rev: v1.11.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
|
|
|
@ -6,6 +6,7 @@ EXTENSIONS = {
|
||||||
'asciidoc': {'text', 'asciidoc'},
|
'asciidoc': {'text', 'asciidoc'},
|
||||||
'apinotes': {'text', 'apinotes'},
|
'apinotes': {'text', 'apinotes'},
|
||||||
'asar': {'binary', 'asar'},
|
'asar': {'binary', 'asar'},
|
||||||
|
'astro': {'text', 'astro'},
|
||||||
'avif': {'binary', 'image', 'avif'},
|
'avif': {'binary', 'image', 'avif'},
|
||||||
'avsc': {'text', 'avro-schema'},
|
'avsc': {'text', 'avro-schema'},
|
||||||
'bash': {'text', 'shell', 'bash'},
|
'bash': {'text', 'shell', 'bash'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.6.0
|
version = 2.6.1
|
||||||
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