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

Update pre-commit config python version 3.6 -> 3.7 #33

Closed kysolvik closed 5 years ago

kysolvik commented 5 years ago

Fixes error when using the dev environment with the current pre-commit hook. (#31)

Also added change to CHANGELOG.

codecov[bot] commented 5 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   13.73%   13.73%           
=======================================
  Files           8        8           
  Lines         801      801           
=======================================
  Hits          110      110           
  Misses        691      691

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e7f4c64...51864ea. Read the comment docs.