Skip to content

Commit ad5280c

Browse files
authored
Update README.md - sentence standardization and clean up
1 parent 2a9bc76 commit ad5280c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`
133133
Prevent addition of new git submodules.
@@ -136,7 +136,7 @@ This is intended as a helper to migrate away from submodules. If you want to
136136
ban 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`
142142
Replaces 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`

0 commit comments

Comments
 (0)