]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
test: use --show-error-codes for mypy (#1368)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Wed, 15 Dec 2021 17:16:31 +0000 (11:16 -0600)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 17:16:31 +0000 (18:16 +0100)
* test: use --show-error-codes for mypy

* move to setup.cfg

setup.cfg

index 20c2588a17600f3538393a2ed4e03aa969021a0b..0595a746322b26d7cdbab09debaf9ddd33f3ec24 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,7 @@ max-line-length = 88
 [mypy]
 disallow_untyped_defs = True
 ignore_missing_imports = True
+show_error_codes = True
 
 [mypy-tests.*]
 disallow_untyped_defs = False