Precommit: Add mixed-line-ending

Converts all line endings to Linux linefeed standard.
This commit is contained in:
Chris Hennes
2023-04-02 13:00:17 -05:00
parent 0f0b316044
commit cdf23fc59b

View File

@@ -11,6 +11,8 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: mixed-line-ending
args: [--fix=lf]
- repo: https://github.com/psf/black
rev: 22.10.0
hooks: