diff --git a/docs/source/config_file.rst b/docs/source/config_file.rst index c0798bbf03f1..05629dd09304 100644 --- a/docs/source/config_file.rst +++ b/docs/source/config_file.rst @@ -1023,6 +1023,21 @@ Miscellaneous These options may only be set in the global section (``[mypy]``). +.. confval:: install_types + + :type: boolean + :default: False + + Causes mypy to install known missing stub packages for third-party libraries using pip. + +.. confval:: non_interactive + + :type: boolean + :default: False + + When used together with `--install-types`, this causes mypy to install all suggested + stub packages using pip without asking for confirmation. + .. confval:: junit_xml :type: string