IQTLabs / hypothesis-bio

Hypothesis extension for computational biology
https://lab41.github.io/hypothesis-bio
Apache License 2.0
15 stars 2 forks source link

fix isort and black interaction on imports #24

Closed luizirber closed 5 years ago

luizirber commented 5 years ago

as reported by @vaastav, isort and black were formatting imports in a conflicting manner. This makes isort follow the same rules as black (as per https://github.com/timothycrosley/isort/issues/694#issuecomment-473063700)