canonical / prometheus-juju-exporter

GNU General Public License v3.0
2 stars 8 forks source link

Include pylint and mypy #9

Closed mkalcok closed 1 year ago

mkalcok commented 1 year ago

From my experience these two tools helps greatly with quality of the code that I initially submit for review. Specially pylint catches a lot of issues that flake8 seems to miss. Just to name few common:

I think it'd be worthwhile to them into the linting process.