Skip to content

Commit

Permalink
pre-commit: autoupdate devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 15, 2022
1 parent b78920f commit 8c0f91e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
ci:
autoupdate_branch: 'devel'
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v13.0.1
hooks:
- id: clang-format
args: [-i, --style=Google]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down

0 comments on commit 8c0f91e

Please sign in to comment.