[3.14] Fix mixed line endings with pre-commit (GH-148336) (#148338)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
This commit is contained in:
Hugo van Kemenade 2026-04-10 18:36:12 +03:00 committed by GitHub
parent e8f3f7668f
commit 429c1d3c19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,6 +77,9 @@ repos:
exclude: Lib/test/tokenizedata/coding20731.py
- id: end-of-file-fixer
files: '^\.github/CODEOWNERS$'
- id: mixed-line-ending
args: [--fix=auto]
exclude: '^Lib/test/.*data/'
- id: trailing-whitespace
types_or: [c, inc, python, rst, yaml]
- id: trailing-whitespace