mirror of
https://github.com/jazzband/.github.git
synced 2026-03-16 22:20:32 +00:00
Add pre-commit config.
This commit is contained in:
parent
c9d5f40ffe
commit
98779a5ae2
1 changed files with 7 additions and 0 deletions
7
.pre-commit-config.yaml
Normal file
7
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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]
|
||||
Loading…
Reference in a new issue