Skip to content

Commit

Permalink
Merge pull request #231 from lenvm/feature/autoupdate-pre-commit
Browse files Browse the repository at this point in the history
Enable autoupdate of the pre-commit configuration
  • Loading branch information
dalathegreat authored Mar 27, 2024
2 parents 99148aa + d8955cc commit b8628f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8628f4

Please sign in to comment.