[ACCEPTED]-Python Formatter Tool-formatter
Accepted answer
I am the one who asks the question. In fact, the 3 tool the closest to my needs seems to be 2 PythonTidy (it's a Python program of course : Python 1 is best served by himself ;) ).
autopep8 attempts to automate making your 1 code conform to pep8 coding standards
black
is another recent option.
It provides deliberate 3 and fast code formatting and is used by 2 many projects such as pytest
, SQLAlchemy
and Pillow
to name a 1 few.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.