BiomedSciAI / fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Apache License 2.0
134 stars 34 forks source link

add `isort` as a pre-commit hook #214

Open SagiPolaczek opened 1 year ago

SagiPolaczek commented 1 year ago

Describe the solution you'd like Adding isort to the pre-commit hooks and apply it to all files.

Describe alternatives you've considered There are other libraries, isort is a popular one.

Additional context references: https://github.com/PyCQA/isort https://pycqa.github.io/isort/docs/configuration/pre-commit.html https://github.com/psf/black/blob/main/.pre-commit-config.yaml#:~:text=github.com/pycqa/-,isort,-rev%3A%205.10.1