uds icon indicating copy to clipboard operation
uds copied to clipboard

Use isort for automated imports organizing

Open mdabrowski1990 opened this issue 2 years ago • 0 comments

Description

As a developer, I would like to have an automated way of organizing python imports, so it is done effortlessly. As a user, I would like to have common way of organizing imports, so it's easier to read.

Testing

  • CI/CD is passing
  • scripts are updated with sorted imports

Acceptance Criteria

  • isort is automatically executed by pre-commit hook (https://pycqa.github.io/isort/docs/configuration/pre-commit.html)

mdabrowski1990 avatar Oct 06 '23 13:10 mdabrowski1990