earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Add flake8 to our precommit hook! #195

Closed lwasser closed 4 years ago

lwasser commented 4 years ago

Geopandas uses this:

https://github.com/geopandas/geopandas/blob/master/.pre-commit-config.yaml It will be nice to catch tabs vs spaces in the commits!! let's add this as a pre commit

lwasser commented 4 years ago

woah flake 8 catches a LOT!! this will be really really great for us to have. testing CI now

lwasser commented 4 years ago

this has been implemented via #196 which was merged. closing