You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR closes issue #16693 and a
part of issue #17083
Propositional documentation updates for show-error-code-links, which
update files command_line.rst and config_file.rst.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Documentation
I was going through the documentation to set up a
mypy.ini
for a new project and noticed thatshow_error_codes
andshow_error_code_links
are missing here: https://mypy.readthedocs.io/en/stable/config_file.html#configuring-error-messagesThe fact that error codes are shown by default is mentioned in the command line documentation (https://mypy.readthedocs.io/en/stable/command_line.html#configuring-error-messages) though
--show-error-code-links
is missing.The text was updated successfully, but these errors were encountered: