summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-12 10:39:49 +0100
committerGitHub <noreply@github.com>2022-03-12 10:39:49 +0100
commit6fd52958b1d6bb293e5cd3e857365d541d9a9fca (patch)
tree092195c78bc63e58e5e57c11c323ecf49daac2dc /setup.cfg
parentd01e5e167834097ff7e5bf26a069aa1339669183 (diff)
downloadpylint-git-6fd52958b1d6bb293e5cd3e857365d541d9a9fca.tar.gz
Upgrade mypy to 0.940 (#5900)
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 1c235c535..71462cb10 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -94,6 +94,7 @@ no_implicit_optional = True
scripts_are_modules = True
warn_unused_ignores = True
show_error_codes = True
+enable_error_code = ignore-without-code
[mypy-astroid.*]
ignore_missing_imports = True