9 lines
209 B
YAML
9 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]
|