enable autoupdate of the pre-commit configuration

This commit is contained in:
lenvm 2024-03-24 22:33:26 +01:00
parent 99148aa6ca
commit d8955cc402

View file

@ -3,6 +3,11 @@
exclude: '^Software/src/lib/' # don't run hooks on external libraries
# This continuous integration section is optional, and enables autoupdating the pre-commit configuration, ensuring that
# the hook versions are kept up to date.
ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.4