Skip to content

Commit 862be47

Browse files
Apply suggestions from code review
Co-authored-by: George L. Yermulnik <[email protected]>
1 parent 71886dc commit 862be47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,15 @@ You can use [this PR](https://github.com/antonbabenko/pre-commit-terraform/pull/
169169

170170
Make sure that all checks pass.
171171

172-
4. (Optional): If you want to see more explicit MyPy checks, you can run:
172+
4. (Optional): If you want to see more details on MyPy checks, you can run:
173173

174174
```bash
175175
tox r -qq -e pre-commit -- mypy --all-files
176176
```
177177

178178
Then copy-paste and run the `python3 ...` commands to check the strictest MyPy coverage reports.
179179

180-
5. (Optional): You can find all available environments by running:
180+
5. (Optional): You can find all available `tox` environments by running:
181181

182182
```bash
183183
tox list

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ doctest_optionflags = ALLOW_UNICODE ELLIPSIS
4343
empty_parameter_set_mark = xfail
4444

4545
faulthandler_timeout = 30
46-
# Make all warnings as errors
46+
# Make all warnings be errors
4747
filterwarnings =
4848
error
4949

0 commit comments

Comments
 (0)