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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: