diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:32:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:32:04 +0000 |
commit | af2b73458b2c6fd28d7da0516445502d28b2ba58 (patch) | |
tree | c95e921b503e6033fa83a00fbc0167efdacfc164 /setup.cfg | |
parent | Releasing debian version 2.2.4-1. (diff) | |
download | identify-af2b73458b2c6fd28d7da0516445502d28b2ba58.tar.xz identify-af2b73458b2c6fd28d7da0516445502d28b2ba58.zip |
Merging upstream version 2.2.11.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 3 insertions, 1 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 |