openshift-helm-charts / development

0 stars 17 forks source link

Add tool-enforced import sorting #315

Closed komish closed 6 months ago

komish commented 6 months ago

This PR extends the Ruff configuration to add a barebones, mostly isort-compatible import sorting linter. With the ruff check --fix flag, this sorts imports in-place in a similar style. Reasonable to expect: alphabetical per group, E.g. stdlib, local, external)