ryan-roemer / django-cloud-browser

Django application browser for cloud datastores (Rackspace, AWS, etc.).
http://ryan-roemer.github.com/django-cloud-browser/
MIT License
81 stars 27 forks source link

Add import style linter #27

Closed c-w closed 5 years ago

c-w commented 5 years ago

In addition to using black for general code style, we can also use isort to ensure that imports are always consistently sorted. This pull request adds isort to the CI and fixes all the import style lint errors.