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

Black doesn't format docstrings?? #120

Closed lwasser closed 4 years ago

lwasser commented 5 years ago

oddly enough black doesn't seem to format docstrings properly. i'm not sure why but will open this as something to look into in the future!!

lwasser commented 4 years ago

to address this i've #198 added flake 8 to hit docstring and other line length issues! it also catches unused imports!! yay