Skip to content

Commit

Permalink
Run clang-tidy at the end of pre-commit since other failures (#707)
Browse files Browse the repository at this point in the history
are more likely and clang-tidy takes a long time.

Co-authored-by: jmcarcell <[email protected]>
  • Loading branch information
jmcarcell and jmcarcell authored Nov 19, 2024
1 parent 0d053c2 commit b57b8de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ repos:
exclude: (doc/ReleaseNotes.md)
- repo: local
hooks:
- id: clang-tidy
name: clang-tidy
entry: .github/scripts/clang-tidy-hook
types: [c++]
exclude: (tests/(datamodel|src|extra_code)/.*(h|cc)|podioVersion.in.h)
language: system
- id: clang-format
name: clang-format
entry: .github/scripts/clang-format-hook
Expand All @@ -29,6 +23,12 @@ repos:
entry: 'flake8 --config=.flake8'
types: [python]
language: system
- id: clang-tidy
name: clang-tidy
entry: .github/scripts/clang-tidy-hook
types: [c++]
exclude: (tests/(datamodel|src|extra_code)/.*(h|cc)|podioVersion.in.h)
language: system
- repo: https://github.com/psf/black
rev: 23.11.0
hooks:
Expand Down

0 comments on commit b57b8de

Please sign in to comment.