Merging upstream version 2.5.21.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5b06ae1e3a
commit
ab6359c89a
3 changed files with 4 additions and 2 deletions
|
@ -38,6 +38,6 @@ repos:
|
||||||
- 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.0.1
|
rev: v1.1.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
|
|
|
@ -10,6 +10,7 @@ EXTENSIONS = {
|
||||||
'bash': {'text', 'shell', 'bash'},
|
'bash': {'text', 'shell', 'bash'},
|
||||||
'bat': {'text', 'batch'},
|
'bat': {'text', 'batch'},
|
||||||
'bats': {'text', 'shell', 'bash', 'bats'},
|
'bats': {'text', 'shell', 'bash', 'bats'},
|
||||||
|
'beancount': {'text', 'beancount'},
|
||||||
'bib': {'text', 'bib'},
|
'bib': {'text', 'bib'},
|
||||||
'bmp': {'binary', 'image', 'bitmap'},
|
'bmp': {'binary', 'image', 'bitmap'},
|
||||||
'bz2': {'binary', 'bzip2'},
|
'bz2': {'binary', 'bzip2'},
|
||||||
|
@ -223,6 +224,7 @@ EXTENSIONS = {
|
||||||
'tac': {'text', 'twisted', 'python'},
|
'tac': {'text', 'twisted', 'python'},
|
||||||
'tar': {'binary', 'tar'},
|
'tar': {'binary', 'tar'},
|
||||||
'tex': {'text', 'tex'},
|
'tex': {'text', 'tex'},
|
||||||
|
'textproto': {'text', 'textproto'},
|
||||||
'tf': {'text', 'terraform'},
|
'tf': {'text', 'terraform'},
|
||||||
'tfvars': {'text', 'terraform'},
|
'tfvars': {'text', 'terraform'},
|
||||||
'tgz': {'binary', 'gzip'},
|
'tgz': {'binary', 'gzip'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.5.19
|
version = 2.5.21
|
||||||
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