From 0335ebfb866f36fa85746cf923984802535f4626 Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Mon, 17 Jul 2017 21:30:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 848f348..29e0566 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Add this to your `.pre-commit-config.yaml` - `forbid-new-submodules` - Prevent addition of new git submodules. - `mixed-line-ending` - Replaces or checks mixed line ending. - `--fix={auto,crlf,lf,no}` - - `auto` - Replace automatically the most frequent line ending. - - `crlf`, `lf` - Force to replace line ending by respectively CRLF and LF. + - `auto` - Replaces automatically the most frequent line ending. This is the default argument. + - `crlf`, `lf` - Forces to replace line ending by respectively CRLF and LF. - `no` - Checks if there is any mixed line ending. - `name-tests-test` - Assert that files in tests/ end in `_test.py`. - Use `args: ['--django']` to match `test*.py` instead.