2019-03-01 17:23:19 +03:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2019-09-26 00:07:07 +03:00
|
|
|
rev: v2.3.0
|
2019-03-01 17:23:19 +03:00
|
|
|
hooks:
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: trailing-whitespace
|
2019-03-01 16:30:24 +03:00
|
|
|
|
2019-03-01 17:23:19 +03:00
|
|
|
- id: mixed-line-ending
|
|
|
|
args: [--fix=lf]
|