python: Ruff linter and formatter
Ruff is a Python linter and code formatter. It is a much faster, almost interchangeable replacement for pylint
and flake8
. It can also do code formatting, so it can replace black
formatter.
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Ruff is a Python linter and code formatter. It is a much faster, almost interchangeable replacement for pylint
and flake8
. It can also do code formatting, so it can replace black
formatter.