Add isort and black to python-linting ci job and reformat code
requested to merge vigneshraman/mesa-performance-tracking:wip/vignesh/add-isort-black-in-ci into master
- 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