diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e3da7601f..82950df2b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: