Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document --disable-error-code cli and config option #9539

Merged
merged 4 commits into from Oct 6, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/source/config_file.rst
Expand Up @@ -529,6 +529,12 @@ Miscellaneous strictness flags
Allows variables to be redefined with an arbitrary type, as long as the redefinition
is in the same block and nesting level as the original definition.

.. confval:: disable_error_code

:type: comma-separated list of strings

Causes mypy to suppress errors with given error codes.
amikrop marked this conversation as resolved.
Show resolved Hide resolved

.. confval:: implicit_reexport

:type: boolean
Expand Down