Skip to content

Add isort and black to python-linting ci job and reformat code

  • Reformat code using black
  • Correct sorting and formatting of imports using isort
  • Remove max-line-length argument in flake8
  • Add flake8 configuration file
  • Set isort profile argument to "black"
  • Add isort and black to python-linting ci job
  • Fix module imported but unused flake8 error

Signed-off-by: Vignesh Raman vignesh.raman@collabora.com

Merge request reports