-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
C: styleRelates to docstring format style (e.g., Google, NumPy, Sphinx)Relates to docstring format style (e.g., Google, NumPy, Sphinx)P: bugPEP 257 violation or existing functionality that doesn't work as documentedPEP 257 violation or existing functionality that doesn't work as documented
Description
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.Config:
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.1
hooks:
- id: docformatter
args: [--in-place, --black]Kurt-von-Laven
Metadata
Metadata
Assignees
Labels
C: styleRelates to docstring format style (e.g., Google, NumPy, Sphinx)Relates to docstring format style (e.g., Google, NumPy, Sphinx)P: bugPEP 257 violation or existing functionality that doesn't work as documentedPEP 257 violation or existing functionality that doesn't work as documented