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 e8f3f76 commit 429c1d3Copy full SHA for 429c1d3
1 file changed
.pre-commit-config.yaml
@@ -77,6 +77,9 @@ repos:
77
exclude: Lib/test/tokenizedata/coding20731.py
78
- id: end-of-file-fixer
79
files: '^\.github/CODEOWNERS$'
80
+ - id: mixed-line-ending
81
+ args: [--fix=auto]
82
+ exclude: '^Lib/test/.*data/'
83
- id: trailing-whitespace
84
types_or: [c, inc, python, rst, yaml]
85
0 commit comments