
This adds the line ending check that many other OpenStack projects are using and fix up the existing problem files. Change-Id: I74cf58ccbf2536f7c2fbfdc0ac6498e219d4810a Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
11 lines
254 B
YAML
11 lines
254 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: fix-byte-order-marker
|
|
- id: mixed-line-ending
|
|
args: ['--fix', 'lf']
|
|
- id: check-merge-conflict
|