myint / pyformat

Formats Python code to follow a consistent style
https://pypi.python.org/pypi/pyformat
94 stars 10 forks source link

Pyformat does not support docformatter's --blank option #9

Closed Zac-HD closed 6 years ago

Zac-HD commented 6 years ago

Which we need for HypothesisWorks/hypothesis-python#1136. Do you have any advice on how to handle this, or can we just wait for a pyformat update?

myint commented 6 years ago

I think you would need to add such an option to pyformat. I personally just use it with the defaults so I haven't run into this.

I'm open to any pull requests to add such options. Thanks!

Zac-HD commented 6 years ago

Using defaults works for us too, so no action required :smile:

Thanks for the quick response, and for building such useful software!