Skip to content

Commit aa318e9

Browse files
authored
Merge pull request #6587 from blueyed/mypy-show_error_codes
mypy: show_error_codes=True
2 parents 20b66e6 + d017b69 commit aa318e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ formats = sdist.tgz,bdist_wheel
6565
mypy_path = src
6666
ignore_missing_imports = True
6767
no_implicit_optional = True
68+
show_error_codes = True
6869
strict_equality = True
6970
warn_redundant_casts = True
7071
warn_return_any = True

0 commit comments

Comments
 (0)