mirror of
https://github.com/jazzband/.github.git
synced 2026-03-16 22:20:32 +00:00
7 lines
226 B
YAML
7 lines
226 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.0.1 # Use the ref you want to point at
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: trailing-whitespace
|
|
args: [--markdown-linebreak-ext=md]
|