Skip to content

Enforce Python codestyle with black

Nicki Křížek requested to merge tkrizek/python-codestyle into main
  • 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 the precheck stage
  • backporting:
    • v9_18 - similar to this MR
    • v9_16 - run black in precheck stage, but include *.py.in files; leave pylint in postcheck

Depends on https://gitlab.isc.org/isc-projects/images/-/merge_requests/177, after it's merged, the commit with DROP should be dropped

Merge request reports