ModioAB / caramel

Caramel is a CA Registry Manager
GNU Affero General Public License v3.0
16 stars 5 forks source link

Drop python2 compatibility and make the CI happier #61

Closed Spindel closed 3 years ago

Spindel commented 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.