chore: add lint ending check to pre-commit and cleanup

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>
This commit is contained in:
Doug Goldstein
2025-08-04 18:10:44 -05:00
parent bbc0e69649
commit 36775efa1a
6 changed files with 110 additions and 108 deletions

View File

@@ -5,4 +5,6 @@ repos:
hooks:
- id: trailing-whitespace
- id: fix-byte-order-marker
- id: mixed-line-ending
args: ['--fix', 'lf']
- id: check-merge-conflict