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

updat black pre-commit hook #144

Closed lwasser closed 4 years ago

lwasser commented 4 years ago

it looks like the url is diferent now but really we should install from pip or conda forge.

lwasser commented 4 years ago

Currently the issue wiht black is actually pyproj

https://github.com/earthlab/earthpy/pull/452

essentially you can see that if pip isn't up to date, pyproj fails. because black is running in it's own tox envt, you need to specify the pip version there too so earthpy deps install properly .