awesome-pyproject icon indicating copy to clipboard operation
awesome-pyproject copied to clipboard

New supporting tool: Flake518

Open carstencodes opened this issue 4 years ago • 2 comments

Flake 518 v1.0.0 has been released.

It is a small wrapper around flake8 but the configuration is stored in pyproject.toml instead of tox.ini, setup.cfg or .flake8.

As depicted in https://github.com/PyCQA/flake8/issues/234 there might be some second thoughts to think before adding it mainline. Unlike flake9, it is not a fork, so the mainline development will be collected.

You can find the Repository here: https://github.com/carstencodes/flake518

The package is already available at PyPI: https://pypi.org/project/flake518/

Could you please add it to the list?

carstencodes avatar Aug 04 '21 11:08 carstencodes

(As depicted in https://github.com/PyCQA/flake8/issues/234 there might be some second thoughts - to be polite, it seems they just ban any thoughts :). Look for closed issues, mentioned the pyproject.toml.).

Thanks for the project! How hard it could be to do same for the flake8-rst?

skirpichev avatar Mar 27 '22 06:03 skirpichev

As a matter of fact, yes. I'm currently working on a new tool with the ability to execute arbitrary commands using the same command. Just give me some time.

carstencodes avatar Mar 28 '22 20:03 carstencodes