Skip to content

python: Ruff linter and formatter

Aleš Mrázek requested to merge linting-ruff into master

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.

Merge request reports