You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently D104 (Missing docstring in public package) applies even to empty files. __init__.py are often empty and if they are, it would be great to not report an error for them, while still enforcing this rule for non-empty files.
Currently D104 (Missing docstring in public package) applies even to empty files.
__init__.pyare often empty and if they are, it would be great to not report an error for them, while still enforcing this rule for non-empty files.