mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
546d16e5ea
- Fix WWW
7 lines
309 B
Plaintext
7 lines
309 B
Plaintext
autopep8 automatically formats Python code to conform to the PEP 8 style guide.
|
|
It uses the pycodestyle utility to determine what parts of the code needs to be
|
|
formatted. autopep8 is capable of fixing most of the formatting issues that can
|
|
be reported by pycodestyle.
|
|
|
|
WWW: https://github.com/hhatto/autopep8
|