Skip to content

Commit 0885d85

Browse files
authored
Add link to error codes in README (#14249)
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).
1 parent 7785b60 commit 0885d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ more examples and information.
8484
In particular, see:
8585
- [type hints cheat sheet](https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html)
8686
- [getting started](https://mypy.readthedocs.io/en/stable/getting_started.html)
87+
- [list of error codes](https://mypy.readthedocs.io/en/stable/error_code_list.html)
8788

8889
Quick start
8990
-----------

0 commit comments

Comments
 (0)