Support an implicit-reexport
that only reexports things in __init__.py
files
#11527
Labels
implicit-reexport
that only reexports things in __init__.py
files
#11527
Feature
implicit_reexport = false
is a based one imo, but it's very idiomatic to reexport everything in__init__.py
files.Pitch
What about:
implicit_reexport = "init"
The text was updated successfully, but these errors were encountered: