scikit-hep / scikit-hep-testdata

A common package to provide example files (e.g., ROOT) for testing and developing packages against.
BSD 3-Clause "New" or "Revised" License
13 stars 15 forks source link

Increase the pre-commit auto-update frequency #116

Closed henryiii closed 1 year ago

henryiii commented 1 year ago

Quarterly is too infrequent. People usually assume MyPy isn't that old, things sometimes break, etc. Monthly is the least recent I think I'd be confortble with. In #114, two things had broken in the last quarter.

https://github.com/scikit-hep/scikit-hep-testdata/blob/c0e2ed9cc7f738f93edb77098cdb3e93b6cd6896/.pre-commit-config.yaml#L3

eduardo-rodrigues commented 1 year ago

Agreed. Let's make it monthly as in many other packages ... Done via https://github.com/scikit-hep/scikit-hep-testdata/pull/117.