summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-11-23 08:08:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-11-23 08:08:45 +0000
commit312f02fec0a3ca0b396031131b5757aa7e53f215 (patch)
tree5c23a5773096703c2f7ab76d290bb694e5a8413e /setup.cfg
parentReleasing debian version 2.5.8-1. (diff)
downloadidentify-312f02fec0a3ca0b396031131b5757aa7e53f215.tar.xz
identify-312f02fec0a3ca0b396031131b5757aa7e53f215.zip
Merging upstream version 2.5.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index ddf304d..f82ec30 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.5.8
+version = 2.5.9
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown
@@ -48,7 +48,6 @@ check_untyped_defs = true
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
-no_implicit_optional = true
warn_redundant_casts = true
warn_unused_ignores = true