mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-12 21:07:17 +00:00
10 lines
253 B
YAML
10 lines
253 B
YAML
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v2.5.0
|
||
|
hooks:
|
||
|
- id: check-merge-conflict
|
||
|
- id: check-yaml
|
||
|
- id: end-of-file-fixer
|
||
|
- id: trailing-whitespace
|
||
|
args: [--markdown-linebreak-ext=md]
|