pyvista / pytest-pyvista

Plugin to test PyVista plot outputs
https://pytest.pyvista.org
MIT License
13 stars 5 forks source link

[pre-commit.ci] pre-commit autoupdate #64

Closed pre-commit-ci[bot] closed 1 year ago

pre-commit-ci[bot] commented 1 year ago

updates:

codecov-commenter commented 1 year ago

Codecov Report

Merging #64 (02cff78) into main (bd00d45) will not change coverage. Report is 1 commits behind head on main. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #64   +/-   ##
=======================================
  Coverage   92.13%   92.13%           
=======================================
  Files           2        2           
  Lines          89       89           
=======================================
  Hits           82       82           
  Misses          7        7           
MatthewFlamm commented 1 year ago

This is broken due to flake8-isort. This package also has GPL license, even though it is only used on the CI, it might be better to get rid of it altogether and just use isort again.

MatthewFlamm commented 1 year ago

Fixed in #66

MatthewFlamm commented 1 year ago

pre-commit.ci does not update additional_dependencies. We should limit those as much as possible.