File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ doctest_optionflags = ALLOW_UNICODE ELLIPSIS
4343empty_parameter_set_mark = xfail
4444
4545faulthandler_timeout = 30
46- # Make all warnings as errors
46+ # Make all warnings be errors
4747filterwarnings =
4848 error
4949
You can’t perform that action at this time.
0 commit comments