ruff has wide set of rules that are not enabled by default https://docs.astral.sh/ruff/rules.
They can be used for example to sort imports (rule I001) in the backend code.
The goal of this issue is to open discussion if we want to enable them and which ones.
ruffhas wide set of rules that are not enabled by default https://docs.astral.sh/ruff/rules.They can be used for example to sort imports (rule I001) in the backend code.
The goal of this issue is to open discussion if we want to enable them and which ones.