awesome-pyproject
awesome-pyproject copied to clipboard
New supporting tool: Flake518
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?
(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?
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.