Machine-Learning-for-Medical-Language / cnlp_transformers

Transformers for Clinical NLP
https://cnlp-transformers.readthedocs.io/en/stable/
Apache License 2.0
21 stars 17 forks source link

Add isort to pre-commit hooks #184

Closed angus-lherrou closed 1 year ago

angus-lherrou commented 1 year ago

isort automatically sorts import statements into standard library, dependency, and local imports, alphabetically within each.

tmills commented 1 year ago

Should isort be added to dev requirements as well?

angus-lherrou commented 1 year ago

Oops, yes.