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 2.12.1 #418

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates pre-commit from 2.11.1 to 2.12.1.

Changelog ### 2.12.1 ``` =================== Fixes - Fix race condition when stashing files in multiple parallel invocations - 1881 PR by adamchainz. - 1880 issue by adamchainz. ``` ### 2.12.0 ``` =================== Features - Upgrade rbenv. - 1854 PR by asottile. - 1848 issue by sirosen. Fixes - Give command length a little more room when running batch files on windows so underlying commands can expand further. - 1864 PR by asottile. - pre-commit/mirrors-prettier7 issue by DeltaXWizard. - Fix permissions of root folder in ruby archives. - 1868 PR by asottile. ```
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 3 years ago

Codecov Report

Merging #418 (525b826) into main (faa6432) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #418   +/-   ##
=======================================
  Coverage   82.49%   82.49%           
=======================================
  Files          22       22           
  Lines        1954     1954           
=======================================
  Hits         1612     1612           
  Misses        342      342           
Flag Coverage Δ
unittests 82.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 faa6432...525b826. Read the comment docs.

nkorinek commented 3 years ago

closing due to https://github.com/earthlab/matplotcheck/pull/421