summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-08-14 04:12:55 -0700
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-08-14 08:27:32 -0700
commitfad7265b63b5cd6df0c30a7c41117139f5371109 (patch)
treede4f32df7118bdda2ef95f4e6601c2cc8ee174ad /setup.cfg
parentc8ed93536828a351dc2f21381d227c2600624557 (diff)
downloadisort-fad7265b63b5cd6df0c30a7c41117139f5371109.tar.gz
Enable mypy warn_no_return in mypy for stricter type checking
Warns when a function that normally returns a value doesn't. Fixed all cases discovered by the tool.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 19f4f857..f8324a66 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,7 +15,6 @@ python_version = 3.5
follow_imports = silent
ignore_missing_imports = True
strict_optional = True
-warn_no_return = False
check_untyped_defs = True
allow_redefinition = True