summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMaxim Kurnikov <maxim.kurnikov@gmail.com>2019-02-25 20:51:11 +0300
committerMaxim Kurnikov <maxim.kurnikov@gmail.com>2019-02-25 20:51:11 +0300
commitd083dfc3b0101e5bc14655ce90a847b042a760fe (patch)
treeaf7a4746b8340d676b3585467ea14558cc3fc827 /setup.cfg
parent76ea9dc873988cac7411078ee8d988742c5613ba (diff)
downloadisort-d083dfc3b0101e5bc14655ce90a847b042a760fe.tar.gz
disable warn_no_return for mypy
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 53fcecbe..8d99fe19 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,4 +16,5 @@ license_file = LICENSE
[mypy]
follow_imports = silent
ignore_missing_imports = True
-strict_optional = False \ No newline at end of file
+strict_optional = False
+warn_no_return = False