openarm_ros2/.pre-commit-config.yaml
takuya kodama c9fbd8aada
ci: add pre-commit and CI lint workflow (#9)
We introduce pre-commit hook with clang-format to
enforce a unified code style across the project,
reducing style discussions and speeding up cod
reviews.

ref: https://pre-commit.com/
2025-05-19 12:25:56 +09:00

6 lines
123 B
YAML

repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v20.1.4"
hooks:
- id: clang-format