diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:32:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:32:00 +0000 |
commit | 365001af125e820500d18bd1396e70f136912158 (patch) | |
tree | 2d61bc622c42fa7b00b58175f8f548b551b2e076 /setup.cfg | |
parent | Adding upstream version 2.2.4. (diff) | |
download | identify-365001af125e820500d18bd1396e70f136912158.tar.xz identify-365001af125e820500d18bd1396e70f136912158.zip |
Adding upstream version 2.2.11.upstream/2.2.11
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |