18 lines
485 B
YAML
18 lines
485 B
YAML
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.5.0
|
||
|
hooks:
|
||
|
- id: check-added-large-files
|
||
|
- id: check-case-conflict
|
||
|
- id: check-merge-conflict
|
||
|
- id: check-symlinks
|
||
|
- id: end-of-file-fixer
|
||
|
- id: fix-byte-order-marker
|
||
|
- id: mixed-line-ending
|
||
|
- id: no-commit-to-branch
|
||
|
- id: trailing-whitespace
|
||
|
- repo: https://github.com/markdownlint/markdownlint
|
||
|
rev: v0.13.0
|
||
|
hooks:
|
||
|
- id: markdownlint
|