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.57k stars 290 forks source link

donot change import position, while using sys.path.append(os.path.joi… #632

Closed akingse closed 2 years ago

akingse commented 2 years ago

…n())

akingse commented 2 years ago

donot change import position, while using sys.path.append(os.path.join()) otherwise, you cannt append new code path

akingse commented 2 years ago

1

hhatto commented 2 years ago

--ignore=E402 option or # NOQA comment should be used.