2019-03-01 15:27:29 +01:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2019-09-25 23:06:20 +02:00
|
|
|
rev: v2.3.0
|
2019-03-01 15:27:29 +01:00
|
|
|
hooks:
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
|
|
|
- id: mixed-line-ending
|
|
|
|
args: [--fix=lf]
|