hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.58k stars 291 forks source link

error #601

Closed cmichelenstrofer closed 3 years ago

cmichelenstrofer commented 3 years ago

Python Code


YOUR CODE

Command Line and Configuration

.pep8, setup.cfg, ...

[pep8]

Command Line

$ autopep8 

Your Environment