File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -230,10 +230,17 @@ section of the command line docs.
230
230
231
231
This option may only be set in the global section (``[mypy] ``).
232
232
233
+ ``no_site_packages `` (bool, default False)
234
+ Disables using type information in installed packages (see :pep: `561 `).
235
+ This will also disable searching for a usable Python executable. This acts
236
+ the same as :option: `--no-site-packages <mypy --no-site-packages> ` command
237
+ line flag.
238
+
233
239
``no_silence_site_packages `` (bool, default False)
234
- Enables reporting error messages generated within :pep: `561 ` compliant packages.
235
- Those error messages are suppressed by default, since you are usually
236
- not able to control errors in 3rd party code.
240
+ Enables reporting error messages generated within installed packages (see
241
+ :pep: `561 ` for more details on distributing type information). Those error
242
+ messages are suppressed by default, since you are usually not able to
243
+ control errors in 3rd party code.
237
244
238
245
This option may only be set in the global section (``[mypy] ``).
239
246
You can’t perform that action at this time.
0 commit comments