Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: George L. Yermulnik <[email protected]>
  • Loading branch information
MaxymVlasov and yermulnik authored Jan 9, 2025
1 parent 71886dc commit 862be47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ 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
```

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
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 862be47

Please sign in to comment.