Closed mitz1012 closed 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.)
@mitz1012 Isn't it possible to check
isort
automatically on github actions in the same way asflake8
? 🤔 Otherwise, we cannot detect any violation ofisort
in new commits 😟