Skip to content

Commit 79092dd

Browse files
committed
updated docs
Signed-off-by: Dibri Nsofor <[email protected]>
1 parent 021cb65 commit 79092dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/command_line.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,11 @@ in developing or debugging mypy internals.
888888
This flag will invoke the Python debugger when mypy encounters
889889
a fatal error.
890890

891+
.. option:: --plugins {MODULE|PLUGIN_FILE} ...
892+
893+
This flag acts as a supplementary way to pass (a list of) plugins to customize
894+
Mypy's type checking approach. See :ref:`extending-mypy` for more details.
895+
891896
.. option:: --show-traceback, --tb
892897

893898
If set, this flag will display a full traceback when mypy

0 commit comments

Comments
 (0)