diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7d88af..d65cd50 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,10 +4,10 @@ repos: hooks: - id: clang-format files: ^src/ - exclude: 'nosrc/' + exclude: 'lib/' - id: cpplint files: ^src/ - exclude: 'nosrc/' + exclude: 'lib/' - id: cppcheck files: ^src/ - exclude: 'nosrc/' + exclude: 'lib/'