Skip to content

Commit

Permalink
Add -cpp suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Oct 25, 2024
1 parent 8c730ab commit 936764e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,23 +104,23 @@ repos:
hooks:
- id: clang-format
name: C/GLib Format
alias: c-glib-format
alias: c-glib-cpp-format
files: >-
^c_glib/
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
hooks:
- id: clang-format
name: MATLAB (C++) Format
alias: matlab-format
alias: matlab-cpp-format
files: >-
^matlab/src/cpp/
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
hooks:
- id: clang-format
name: Python (C++) Format
alias: python-format
alias: python-cpp-format
files: >-
^python/pyarrow/src/
exclude: >-
Expand All @@ -134,7 +134,7 @@ repos:
hooks:
- id: clang-format
name: R (C++) Format
alias: r-format
alias: r-cpp-format
files: >-
^r/src/
exclude: >-
Expand Down

0 comments on commit 936764e

Please sign in to comment.