Closed Spindel closed 3 years ago
Dropping Python2 allows us to kill off flake8's warning about import order.
On top of that, since Python now has a useful code formatter in black, run that on the entire code-base to make sure it follows a consistent style.
This branch is based on top of the gitlab-ci branch, and should hopefully make the branch turn green completely in CI.
Dropping Python2 allows us to kill off flake8's warning about import order.
On top of that, since Python now has a useful code formatter in black, run that on the entire code-base to make sure it follows a consistent style.
This branch is based on top of the gitlab-ci branch, and should hopefully make the branch turn green completely in CI.