diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6d09b0..049fccf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,17 +18,6 @@ repos: - id: clang-format types_or: [c++, c] - # Clang-tidy for C++ - # WARN: repo may not maintained anymore since 2021. - - repo: https://github.com/pocc/pre-commit-hooks - rev: v1.3.5 - hooks: - - id: clang-tidy - # Currently disabled, see: - # https://github.com/beman-project/exemplar/pull/34#discussion_r1784958937 - stages: [manual] - additional_dependencies: ['clang-tidy==18.1.8'] - # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi rev: 0.15.1