From 038165683991264d692bda89e547496400bee534 Mon Sep 17 00:00:00 2001 From: Davide Paro Date: Thu, 17 Aug 2023 08:16:37 +0200 Subject: [PATCH] Updated .pre-commit-config.yaml --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76d35cf..c520f46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,3 +32,12 @@ repos: language: 'system' exclude: README.md pass_filenames: false + + - repo: https://github.com/pocc/pre-commit-hooks + rev: v1.3.5 + hooks: + - id: clang-format + - id: clang-tidy + - id: cppcheck + - id: cpplint + - id: include-what-you-use