Skip to content

Commit 1c79446

Browse files
bluetechKriechi
authored andcommitted
Set mypy implicit_reexport = False
This setting is useful for better controlling imports and exports in public APIs.
1 parent 5ee07b2 commit 1c79446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ disallow_subclassing_any = True
3939
disallow_untyped_calls = True
4040
# disallow_untyped_decorators = True
4141
disallow_untyped_defs = True
42-
; implicit_reexport = False
42+
implicit_reexport = False
4343
no_implicit_optional = True
4444
strict_equality = True
4545
strict_optional = True

0 commit comments

Comments
 (0)