This commit is contained in:
Benjamin Sergeant 2020-04-22 14:26:16 -07:00
parent cd5fae6a5b
commit 4b2b133c10

View File

@ -1,12 +1,12 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0 rev: v2.5.0
hooks: hooks:
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/pocc/pre-commit-hooks - repo: https://github.com/pocc/pre-commit-hooks
rev: master rev: v1.1.1
hooks: hooks:
- id: clang-format - id: clang-format
args: [-i, -style=file] args: [-i, -style=file]