Skip to content

Commit 64b6d2a

Browse files
committed
Have mypy show error codes
1 parent 855968f commit 64b6d2a

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
@@ -68,6 +68,7 @@ strict_optional = True
6868

6969
warn_redundant_casts = True
7070
warn_unused_ignores = True
71+
show_error_codes = True
7172
# Should turn this on once we have our own annotations in place
7273
# warn_return_any = True
7374
warn_unreachable = True

0 commit comments

Comments
 (0)