makes
makes copied to clipboard
lintPython errors full report
Problem
lintPython stops when mypy or prospector find any error. This behavior forces you to correct some errors and re-run the linter to find the others because errors found by mypy are not the same as those found by prospector.
Proposal
Runs mypy and prospector always on lintPython running and print errors found by both.