File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ The following arguments are available:
127127- ` --unique ` - ensure each line is unique.
128128
129129#### ` fix-byte-order-marker `
130- removes UTF-8 byte order marker
130+ Removes UTF-8 byte order marker.
131131
132132#### ` forbid-new-submodules `
133133Prevent addition of new git submodules.
@@ -136,7 +136,7 @@ This is intended as a helper to migrate away from submodules. If you want to
136136ban them entirely use ` forbid-submodules `
137137
138138#### ` forbid-submodules `
139- forbids any submodules in the repository.
139+ Forbids any submodules in the repository.
140140
141141#### ` mixed-line-ending `
142142Replaces or checks mixed line ending.
@@ -147,7 +147,7 @@ Replaces or checks mixed line ending.
147147 - ` no ` - Checks if there is any mixed line ending without modifying any file.
148148
149149#### ` name-tests-test `
150- verifies that test files are named correctly.
150+ Verifies that test files are named correctly.
151151- ` --pytest ` (the default): ensure tests match ` .*_test\.py `
152152- ` --pytest-test-first ` : ensure tests match ` test_.*\.py `
153153- ` --django ` / ` --unittest ` : ensure tests match ` test.*\.py `
You can’t perform that action at this time.
0 commit comments