python-genbadge
python-genbadge copied to clipboard
Consider supporting `flake8-json` format as input for the `flake8` command
As suggested by @asottile in https://github.com/PyCQA/flake8/issues/1334
Pros:
- probably more standard than the
--statisticsoutput
Cons:
- requires that users have
flake8-jsoninstalled (additional dependency)