Closed bolliger32 closed 4 years ago
I dunno. this just adds another way to discourage contributions and break tests. we don't have that many contributors - you sure it's worth it? black seems fine. ok if we stick to that?
Sure sounds good. I'm not sure I agree that it discourages contributions but I don't really have a strong preference either way. Was just opening this to follow up on: https://github.com/RhodiumGroup/rhg_compute_tools/pull/71#pullrequestreview-447496921
In order to keep things clean, we could add the following commands to our tests
isort just makes imports slightly easier to follow (orders them by type of package and alphabetically, splits them into groups, and deletes duplicate imports). Not a big deal but why not make things a little cleaner.