summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-09-26 22:46:17 +0200
committerGitHub <noreply@github.com>2021-09-26 22:46:17 +0200
commit162cbfef2d7cd62509241261fb976828dd1423af (patch)
tree42a16785d5c0a4493a35a0a6e6b09665279d4826 /setup.cfg
parent2c0e27330f494856799de9fd9cfb02fa71dacf27 (diff)
downloadpylint-git-162cbfef2d7cd62509241261fb976828dd1423af.tar.gz
Add ``no-implicit-optional`` flag to ``mypy`` (#5075)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0416ceb30..7556523dc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -83,6 +83,7 @@ skip_glob = tests/functional/**,tests/input/**,tests/extensions/data/**,tests/re
src_paths = pylint
[mypy]
+no_implicit_optional = True
scripts_are_modules = True
warn_unused_ignores = True