We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021cb65 commit 79092ddCopy full SHA for 79092dd
docs/source/command_line.rst
@@ -888,6 +888,11 @@ in developing or debugging mypy internals.
888
This flag will invoke the Python debugger when mypy encounters
889
a fatal error.
890
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
896
.. option:: --show-traceback, --tb
897
898
If set, this flag will display a full traceback when mypy
0 commit comments