10 lines
209 B
YAML
10 lines
209 B
YAML
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v2.3.0
|
||
|
hooks:
|
||
|
- id: end-of-file-fixer
|
||
|
- id: trailing-whitespace
|
||
|
|
||
|
- id: mixed-line-ending
|
||
|
args: [--fix=lf]
|