Enforce Python codestyle with black
- use
black
for Python formatting - the relevant changes happen in
.gitlab-ci.yml
, the changed*.py
are just auto-formatted - obsolete
flake8
- move
pylint
into theprecheck
stage - backporting:
-
v9_18
- similar to this MR -
v9_16
- runblack
inprecheck
stage, but include*.py.in
files; leavepylint
inpostcheck
-
Depends on https://gitlab.isc.org/isc-projects/images/-/merge_requests/177, after it's merged, the commit with DROP
should be dropped