diazona / setuptools-pyproject-migration

Generate a pyproject.toml file from setuptools
https://setuptools-pyproject-migration.readthedocs.io/en/latest/
MIT License
16 stars 3 forks source link

Reduce the pre-commit autoupdate frequency to monthly #147

Closed diazona closed 9 months ago

diazona commented 9 months ago

It's kind of annoying to deal with weekly updates because we always have to revert the changes to the ruff hook, at least as long as we want to keep supporting Python 3.6. So I'm changing it to monthly. We could decide to further reduce the frequency or drop usage of pre-commit.ci entirely in the future.

Closes #109

I'd probably recommend merging this after #138, but I'm not sure if it matters.

sjlongland commented 9 months ago

Sounds sane to me, we don't need to be on the bleeding edge. :-)