Why is this PR needed?
To update the versions in the pre-commit file inside the package.
What does this PR do?
It updates the precommit config in the package. Specifically:
ruff precommit following PR #127
pre-commit-hooks (version was outdated)
mypy and check-manifest hooks, which don't get updated automatically.
References
PR #127
It would be nice to automate this as mentioned in #95 - ARC python cookiecutter seems to be using Renovate for this (see example here). Will add this info to the issue.
Description
What is this PR
Why is this PR needed? To update the versions in the pre-commit file inside the package.
What does this PR do? It updates the precommit config in the package. Specifically:
pre-commit-hooks
(version was outdated)mypy
andcheck-manifest
hooks, which don't get updated automatically.References
PR #127
It would be nice to automate this as mentioned in #95 - ARC python cookiecutter seems to be using Renovate for this (see example here). Will add this info to the issue.