https://github.com/halide/cmtk-pre-commit
Pre-commit hooks for cmtk
https://github.com/halide/cmtk-pre-commit
Last synced: about 1 month ago
JSON representation
Pre-commit hooks for cmtk
- Host: GitHub
- URL: https://github.com/halide/cmtk-pre-commit
- Owner: halide
- Created: 2026-05-26T19:15:56.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-26T19:42:04.000Z (2 months ago)
- Last Synced: 2026-07-04T02:33:06.204Z (about 1 month ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmtk-pre-commit
pre-commit hooks for cmtk (CMake formatter and static analyzer).
This repository is a pre-compiled mirror distribution. It allows using `cmtk` in `pre-commit` without compiling it from source.
## Usage
Add this to your `.pre-commit-config.yaml`:
```yaml
repos:
- repo: https://github.com/halide/cmtk-pre-commit
rev: v0.1.0
hooks:
- id: cmtk
```