Unverified Commit fe4ba309 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

add pre-commit hook to fix line endings (#5021)

parent 23ca7e7c
...@@ -6,6 +6,8 @@ repos: ...@@ -6,6 +6,8 @@ repos:
- id: check-toml - id: check-toml
- id: check-yaml - id: check-yaml
exclude: packaging/.* exclude: packaging/.*
- id: mixed-line-ending
args: [--fix=lf]
- id: end-of-file-fixer - id: end-of-file-fixer
# - repo: https://github.com/asottile/pyupgrade # - repo: https://github.com/asottile/pyupgrade
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment