Skip to content

flake8: add flake8 integration

Denis Ollier requested to merge dollierp/gnome-builder:flake8-plugin into main

This MR adds a new diagnostic plugin to run Flake8 linter for Python code.

Its implementation is heavily inspired from the shellcheck plugin.

It has been validated using file src/libide/Ide.py of gnome-builder repository.

Merge request reports