We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0530f10 commit a14e4e3Copy full SHA for a14e4e3
1 file changed
.pre-commit-config.yaml
@@ -78,6 +78,9 @@ repos:
78
exclude: Lib/test/tokenizedata/coding20731.py
79
- id: end-of-file-fixer
80
files: '^\.github/CODEOWNERS$'
81
+ - id: mixed-line-ending
82
+ args: [--fix=auto]
83
+ exclude: '^Lib/test/.*data/'
84
- id: trailing-whitespace
85
types_or: [c, inc, python, rst, yaml]
86
0 commit comments