Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/source/config_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,19 @@ section of the command line docs.

This option may only be set in the global section (``[mypy]``).

.. confval:: explicit_package_bases

:type: boolean
:default: False

This flag tells mypy that top-level packages will be based in either the
current directory, or a member of the ``MYPYPATH`` environment variable or
:confval:`mypy_path` config option. This option is only useful in
conjunction with :confval:`namespace_packages`. See :ref:`Mapping file
paths to modules <mapping-paths-to-modules>` for details.

This option may only be set in the global section (``[mypy]``).

.. confval:: ignore_missing_imports

:type: boolean
Expand Down