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.
No linting is performed on doc strings for variables. PyCharm, VSCode and pydoc3 all support this use case. I would expect all of these usages to be linted.
a=1"""idgi???"""# no lint errorsb: int"""idgi???"""# no lint errorsclassa:
a=1"""idgi???"""# no lint errorsb: int"""idgi???"""# no lint errorsdef__init__(self, value):
self.value=value"""idgi???"""# no lint errorsself.other: int"""idgi???"""# no lint errors
No linting is performed on doc strings for variables. PyCharm, VSCode and pydoc3 all support this use case. I would expect all of these usages to be linted.
The text was updated successfully, but these errors were encountered: