This improves the code base by running ruff with its linters.
Sorts imports, removes whitespace, removes unused imports and fixes some code smells (like f-strings in logging, unused variables, overwritten iterator variable and so on).
This also adds a trailing line to files, as this is generally useful.
This improves the code base by running ruff with its linters.
Sorts imports, removes whitespace, removes unused imports and fixes some code smells (like f-strings in logging, unused variables, overwritten iterator variable and so on).
This also adds a trailing line to files, as this is generally useful.