mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
enable autoupdate of the pre-commit configuration
This commit is contained in:
parent
99148aa6ca
commit
d8955cc402
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
exclude: '^Software/src/lib/' # don't run hooks on external libraries
|
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:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||||
rev: v17.0.4
|
rev: v17.0.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue