GitLab CI: flake8 and isort enforcement
Why -- We can use this change to lint Python in our code-base when being tested on CI runners. No MRs should be merged with a failing CI pipeline.
Files got into the branch that violate both PEP-8 guidelines and isorts. This fixes them.
Added flake8 and isort enforcement checks for aurweb
, test
, and migrations
.
Signed-off-by: Kevin Morris kevr@0cost.org
Edited by Kevin Morris