It would be nice to get rid of setup.cfg, which only has a bit of configuration in it for pycodestyle as of now.
Reading that issue there doesn't give much hope that they will ever support pyproject.toml as everybody else does meanwhile. PyCQA/pycodestyle#813
So the simplest solution might be to replace it with another tool.
It would be nice to get rid of
setup.cfg, which only has a bit of configuration in it forpycodestyleas of now.Reading that issue there doesn't give much hope that they will ever support
pyproject.tomlas everybody else does meanwhile. PyCQA/pycodestyle#813So the simplest solution might be to replace it with another tool.