Closed thilinarmtb closed 1 year ago
black -l 80 *.py */*.py */*/*.py`
followed by
isort *.py */*.py */*/*.py
There are a lot of flake8
failures. Probably need to be fixed before merging this.
What is with the no_install
directory? Seems redundant.
Yeah we can probably resolve most of them by running autopep8 on all of the .py files like here.
We should probably set up CI at some point too.
@nchristensen : Remaining flake8 errors are mainly related to loopy
kernels. Can you clean it up?
Is this from running autopep8?