ruff is a modern python linter and formatter. It works as a drop-in replacement for flake8, isort and black.
I want to add support for ruff in this python template.
Should we keep supporting flake8, isort and black?
In that case, which template options for choosing between these tools should we implement?
ruff is a modern python linter and formatter. It works as a drop-in replacement for flake8, isort and black.
I want to add support for ruff in this python template.
Should we keep supporting flake8, isort and black?
In that case, which template options for choosing between these tools should we implement?