Skip to content

Commit

Permalink
Updated .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dparo committed Aug 17, 2023
1 parent 8031fb9 commit 0381656
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0381656

Please sign in to comment.