From 4b2b133c10b48f30c628a8695d906f12fa39d5d8 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Wed, 22 Apr 2020 14:26:16 -0700 Subject: [PATCH] fix #182 --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2ec00de..de81d1bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v2.5.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pocc/pre-commit-hooks - rev: master + rev: v1.1.1 hooks: - id: clang-format args: [-i, -style=file]