summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-12 10:28:53 +0100
committerGitHub <noreply@github.com>2022-03-12 10:28:53 +0100
commit7557b396327c775a423b74788fa4685138b1b324 (patch)
treef820e5688c29223ba2957e477b4717636807468a /setup.cfg
parent58e197650c5e233b19677a0b166d8a5f617d81ab (diff)
downloadastroid-git-7557b396327c775a423b74788fa4685138b1b324.tar.gz
Upgrade mypy to 0.940 (#1466)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
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 7fd72261..e30d844d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -70,6 +70,7 @@ scripts_are_modules = True
no_implicit_optional = True
warn_redundant_casts = True
show_error_codes = True
+enable_error_code = ignore-without-code
[mypy-setuptools]
ignore_missing_imports = True