diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index be913b550..17ce87151 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -169,7 +169,7 @@ You can use [this PR](https://github.com/antonbabenko/pre-commit-terraform/pull/ Make sure that all checks pass. -4. (Optional): If you want to see more explicit MyPy checks, you can run: +4. (Optional): If you want to see more details on MyPy checks, you can run: ```bash tox r -qq -e pre-commit -- mypy --all-files @@ -177,7 +177,7 @@ You can use [this PR](https://github.com/antonbabenko/pre-commit-terraform/pull/ Then copy-paste and run the `python3 ...` commands to check the strictest MyPy coverage reports. -5. (Optional): You can find all available environments by running: +5. (Optional): You can find all available `tox` environments by running: ```bash tox list diff --git a/pytest.ini b/pytest.ini index f244bdf31..58da1e56c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -43,7 +43,7 @@ doctest_optionflags = ALLOW_UNICODE ELLIPSIS empty_parameter_set_mark = xfail faulthandler_timeout = 30 -# Make all warnings as errors +# Make all warnings be errors filterwarnings = error