Skip to content

Commit

Permalink
fix pre-commit exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed May 15, 2024
1 parent 6a6a972 commit b8e2743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repos:
name: clang-tidy
entry: clang-tidy -warnings-as-errors='*,-clang-diagnostic-deprecated-declarations' -p compile_commands.json
types: [c++]
exclude: (tests/(datamodel|src)/.*(h|cc)|podioVersion.in.h|SIOFrame.*h|tests/extra_code/*)
exclude: (tests/(datamodel|src)/.*(h|cc)|podioVersion.in.h|SIOFrame.*h|tests/extra_code/.*)
language: system
- id: clang-format
name: clang-format
entry: .github/scripts/clang-format-hook
exclude: (tests/(datamodel|src)/.*(h|cc)$|podioVersion.in.h|tests/extra_code/*)
exclude: (tests/(datamodel|src)/.*(h|cc)$|podioVersion.in.h|tests/extra_code/.*)
types: [c++]
language: system
- id: pylint
Expand Down

0 comments on commit b8e2743

Please sign in to comment.