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
rmartin16 opened this issue
May 20, 2023
· 2 comments
· Fixed by #219
Labels
C: styleRelates to docstring format style (e.g., Google, NumPy, Sphinx)P: bugPEP 257 violation or existing functionality that doesn't work as documented
With v1.7.1, encountered a case of a quoted string at the line length being broken leaving the quote on the previous line.
Maybe the fact it's a URL is playing a role here...
def make_project_url(self, bundle, app_name):
"""Construct a candidate project URL from the bundle and app name.
- It's not a perfect guess, but it's better than having
- "https://example.com".
+ It's not a perfect guess, but it's better than having "
+ https://example.com".
:param bundle: The bundle identifier.
:param app_name: The app name.
- It's not a perfect guess, but it's better than having
- "https://example.com".
+ It's not a perfect guess, but it's better than having "https://example.com".
Could you post a link to the PR or the file this docstring is in so I can make sure I'm using the your whole docstring?
weibullguy
added
P: bug
PEP 257 violation or existing functionality that doesn't work as documented
C: style
Relates to docstring format style (e.g., Google, NumPy, Sphinx)
S: feedback
Open but need feedback from OP to proceed with solution
and removed
fresh
This is a new issue
labels
May 21, 2023
C: styleRelates to docstring format style (e.g., Google, NumPy, Sphinx)P: bugPEP 257 violation or existing functionality that doesn't work as documented
With v1.7.1, encountered a case of a quoted string at the line length being broken leaving the quote on the previous line.
Maybe the fact it's a URL is playing a role here...
Config:
The text was updated successfully, but these errors were encountered: