QuantestPy / quantestpy

Apache License 2.0
9 stars 3 forks source link

adapted to isort #135

Closed mitz1012 closed 2 years ago

junnaka51 commented 2 years ago

@mitz1012 Isn't it possible to check isort automatically on github actions in the same way as flake8? 🤔 Otherwise, we cannot detect any violation of isort in new commits 😟

mitz1012 commented 2 years ago

@junnaka51 Please review again. As I mentioned before, the version of isort may make the github-action error. The files created by Auto Save in VScode is different from that by command isort . in my environment. if we couldn't update it, we need to use command isort .. (I will check the version of isort in VScode later.)