mirror of
https://github.com/lhearachel/narc.git
synced 2025-06-18 13:35:32 -04:00
26 lines
588 B
YAML
26 lines
588 B
YAML
---
|
|
default_install_hook_types:
|
|
- pre-commit
|
|
- commit-msg
|
|
default_stages:
|
|
- pre-commit
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v19.1.5
|
|
hooks:
|
|
- id: clang-format
|
|
args:
|
|
- --style=file
|
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
|
rev: v4.0.0
|
|
hooks:
|
|
- id: conventional-pre-commit
|
|
stages:
|
|
- commit-msg
|