-
Notifications
You must be signed in to change notification settings - Fork 80
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
Bug: formatting outside of docstring when first word is "default" #165
Comments
Okay sounds good, didn't know they were the same issue. @weibullguy one thing to note, is changing the variable name in the first line from def foo():
ham = 0 # Comment
def bar():
pass
|
@jamesbraza Thanks for the additional information. It's weird behavior for sure 😕 But all the information I can get is helpful. |
@jamesbraza tag v1.6.1-rc1 should have the fix you need if you're interested in giving it a try before I officially release v1.6.1. |
I wasn't sure how to Nice job, thank you! ✅ |
Pretty niche bug here,
docformatter
is formatting outside of the docstring:Running
docformatter==1.5.1
on this:The text was updated successfully, but these errors were encountered: