Merging upstream version 2.2.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
24dc002c39
commit
edee030b21
5 changed files with 29 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 2.2.4
|
||||
version = 2.2.11
|
||||
description = File identification library for Python
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
@ -49,6 +49,8 @@ disallow_any_generics = true
|
|||
disallow_incomplete_defs = true
|
||||
disallow_untyped_defs = true
|
||||
no_implicit_optional = true
|
||||
warn_redundant_casts = true
|
||||
warn_unused_ignores = true
|
||||
|
||||
[mypy-testing.*]
|
||||
disallow_untyped_defs = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue