Skip to content

Commit

Permalink
Add link to error codes in README (#14249)
Browse files Browse the repository at this point in the history
Several issues that I have seen recently could be fixed by
enabling/disabling an error code. I think we should attract more
attention to error code customization (especially for new users).
  • Loading branch information
ilevkivskyi authored Dec 5, 2022
1 parent 7785b60 commit 0885d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ more examples and information.
In particular, see:
- [type hints cheat sheet](https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html)
- [getting started](https://mypy.readthedocs.io/en/stable/getting_started.html)
- [list of error codes](https://mypy.readthedocs.io/en/stable/error_code_list.html)

Quick start
-----------
Expand Down

0 comments on commit 0885d85

Please sign in to comment.