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 5df1a4b commit d25d0edCopy full SHA for d25d0ed
README.md
@@ -76,6 +76,7 @@ Add this to your `.pre-commit-config.yaml`
76
- `--fix={auto,crlf,lf,no}`
77
- `auto` - Replaces automatically the most frequent line ending. This is the default argument.
78
- `crlf`, `lf` - Forces to replace line ending by respectively CRLF and LF.
79
+ - This option isn't compatible with git setup check-in LF check-out CRLF as git smudge this later than the hook is invoked.
80
- `no` - Checks if there is any mixed line ending without modifying any file.
81
- `name-tests-test` - Assert that files in tests/ end in `_test.py`.
82
- Use `args: ['--django']` to match `test*.py` instead.
0 commit comments