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 77c0a89 commit 9e3483fCopy full SHA for 9e3483f
.pre-commit-config.yaml
@@ -11,6 +11,8 @@ repos:
11
- id: check-yaml
12
- id: check-added-large-files
13
exclude: .ko$
14
+ - id: mixed-line-ending
15
+ args: ['--fix=lf']
16
- repo: https://github.com/psf/black
17
rev: "23.7.0"
18
hooks:
0 commit comments