Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with black #244

Closed
jonashaag opened this issue Jun 29, 2023 · 1 comment
Closed

Incompatibility with black #244

jonashaag opened this issue Jun 29, 2023 · 1 comment
Labels
S: invalid Closed as invalid with respect to docformatter

Comments

@jonashaag
Copy link
Contributor

def x():
    """aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.

    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    https://aaaaaaaaaa.aaaaaaa/aaaaaaaaaa/aaaaa/aaaaaaaa.aaaaaa?aaaaaa=aaaaaaaaa

    aaaa aaa aaa aaaaaaaaaaaaa aaaaaaaaa aaaaaaaa aaaaaaaaaaaa aaa aaa aaaaaaa aaaaa
    """

Docformatter and Black will infinitely reformat each other's work on this example. Docformatter will insert a whitespace-only line after the line starting with https://, and Black will remove it.

Note that I am using 99 line length for black and 99 summary and description wrap for Docformatter (with black mode)

@github-actions github-actions bot added the fresh This is a new issue label Jun 29, 2023
@jonashaag
Copy link
Contributor Author

Oops, this was with an old version, I think this has been fixed.

@jonashaag jonashaag closed this as not planned Won't fix, can't repro, duplicate, stale Jun 29, 2023
@weibullguy weibullguy added S: invalid Closed as invalid with respect to docformatter and removed fresh This is a new issue labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: invalid Closed as invalid with respect to docformatter
Projects
None yet
Development

No branches or pull requests

2 participants