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 to 1.18.3 #97

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates pre-commit from 1.18.1 to 1.18.3.

Changelog ### 1.18.3 ``` =================== Fixes - Fix `node_modules` plugin installation on windows - 1123 issue by henryykt. - 1122 PR by henryykt. ``` ### 1.18.2 ``` =================== Fixes - Make default python lookup more deterministic to avoid redundant installs - 1117 PR by scop. ```
Links - PyPI: https://pypi.org/project/pre-commit - Changelog: https://pyup.io/changelogs/pre-commit/ - Repo: https://github.com/pre-commit/pre-commit
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  Coverage   59.25%   59.25%           
=======================================
  Files          13       13           
  Lines        1205     1205           
=======================================
  Hits          714      714           
  Misses        491      491

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 54933ce...367acb5. Read the comment docs.