PyCQA / pycodestyle

Simple Python style checker in one Python file
https://pycodestyle.pycqa.org
Other
5.03k stars 753 forks source link

Support .editorconfig #1138

Closed docwhat closed 1 year ago

docwhat commented 1 year ago

Add support for .editorconfig configuration files for flags like:

sigmavirus24 commented 1 year ago

No. We aren't going to parse arbitrary things from a file we don't own. Our config logic is already disgusting spaghetti code from 10 years ago, and it works fine enough even though it's unmaintainable. We're not going to make it worse.

docwhat commented 1 year ago

Fair enough. At least it is on record now for the next person who searches. :-)