Lint code with ruff and gradually go through errors:
if it's a low hanging fruit, fix it right away
if it's more complicated, take note and open an issue / add a ToDo
if it's not obvious how to fix it, take note for the future and discuss with supervisor
if it shouldn't be fixed, make linter explicitly ignore it
Some linter rules aren't enabled yet because they produce A LOT of warnings, but they probably should be fixed in due time. See ruff config (pyproject.toml)
Lint code with ruff and gradually go through errors:
Some linter rules aren't enabled yet because they produce A LOT of warnings, but they probably should be fixed in due time. See ruff config (pyproject.toml)