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.19.0 #137

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates pre-commit from 1.18.3 to 1.19.0.

Changelog ### 1.19.0 ``` =================== Features - Allow `--hook-type` to be specified multiple times. - example: `pre-commit install --hook-type pre-commit --hook-type pre-push` - 1139 issue by MaxymVlasov. - 1145 PR by asottile. - Include more version information in crash logs. - 1142 by marqueewinq. - Hook colors are now passed through on platforms which support `pty`. - 1169 by asottile. - pre-commit now uses `importlib.metadata` directly when running in python 3.8 - 1176 by asottile. - Normalize paths to forward slash separators on windows. - makes it easier to match paths with `files:` regex - avoids some quoting bugs in shell-based hooks - 1173 issue by steigenTI. - 1179 PR by asottile. Fixes - Remove some extra newlines from error messages. - 1148 by asottile. - When a hook is not executable it now reports `not executable` instead of `not found`. - 1159 issue by nixjdm. - 1161 PR by WillKoehrsen. - Fix interleaving of stdout / stderr in hooks. - 1168 by asottile. - Fix python environment `healthy()` check when current working directory contains modules which shadow standard library names. - issue by vwhsu92. - 1185 PR by asottile. Updating - Regexes handling both backslashes and forward slashes for directory separators now only need to handle forward slashes. ```
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 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #137   +/-   ##
=======================================
  Coverage   59.89%   59.89%           
=======================================
  Files          16       16           
  Lines        1279     1279           
=======================================
  Hits          766      766           
  Misses        513      513

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 c548ea4...6b7b4c2. Read the comment docs.

pyup-bot commented 4 years ago

Closing this in favor of #140