17 lines
288 B
YAML
17 lines
288 B
YAML
|
---
|
||
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.1.0
|
||
|
hooks:
|
||
|
- id: end-of-file-fixer
|
||
|
types:
|
||
|
- text
|
||
|
|
||
|
- id: trailing-whitespace
|
||
|
types:
|
||
|
- text
|
||
|
|
||
|
- id: check-merge-conflict
|
||
|
types:
|
||
|
- text
|