From 862be47928219ec396ddfe388add23228214fd0b Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Fri, 10 Jan 2025 01:48:08 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: George L. Yermulnik --- .github/CONTRIBUTING.md | 4 ++-- pytest.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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