CI: Add lint job to validate Python sources
add-project.py:
Reformatted with black
.
.gitlab-ci.yml:
Add lint
job in the verify
stage which validates Python
sources using flake8
and black
.
vendor/*:
Added wheels for black, flake8, and dependencies.