jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.58k stars 589 forks source link

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

Closed pre-commit-ci[bot] closed 2 years ago

pre-commit-ci[bot] commented 2 years ago

updates:

codecov[bot] commented 2 years ago

Codecov Report

Merging #500 (f28d1af) into master (37ce048) will not change coverage. The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #500   +/-   ##
=======================================
  Coverage   90.78%   90.78%           
=======================================
  Files          28       28           
  Lines        2647     2647           
=======================================
  Hits         2403     2403           
  Misses        244      244           
Impacted Files Coverage Δ
src/tablib/packages/dbfpy/dbfnew.py 97.61% <ø> (ø)
src/tablib/packages/dbfpy/record.py 75.71% <0.00%> (ø)
src/tablib/formats/_rst.py 95.08% <100.00%> (ø)

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 37ce048...f28d1af. Read the comment docs.

hugovk commented 2 years ago

I suggest we put this at the end of the pre-commit config so we only get these automated updates once per quarter, which is the longest period:

ci:
  autoupdate_schedule: quarterly

That'll ensure things don't get too out of date, and isn't too noisy. The default is weekly, monthly is available too. We can still manually update whenever we need to.

claudep commented 2 years ago

Fine for me.

hugovk commented 2 years ago

Hmm, this build coincided with the freshly released pip 21.3...

I'll look into it a bit later.