pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

WiP: Added PEP518 support

Open carstencodes opened this issue 4 years ago • 0 comments

The PIP518 support as described in https://github.com/PyCQA/pycodestyle/issues/813 has been implemented roughly.

It uses the toml package, since the toml package describes itself as being Python 2 compatible. Using another package will create a dependency that might not be wanted. Hence the dependency is treated optional as an extra, so consumers can decide which revision they would like to use.

TODO: Unit test must be written explicitely.

carstencodes avatar Aug 04 '21 18:08 carstencodes