neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Update precommit config inside package #128

Closed sfmig closed 1 week ago

sfmig commented 1 week ago

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:

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.