Skip to content

Commit 877260d

Browse files
authored
Update mypy_plugins.rst
1 parent c8b0219 commit 877260d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/pages/contrib/mypy_plugins.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ to the ``plugins`` section of the config file.
2323
plugins =
2424
returns.contrib.mypy.returns_plugin
2525
26+
Or
27+
28+
.. code:: toml
29+
30+
[tool.mypy]
31+
plugins = ["returns.contrib.mypy.returns_plugin"]
32+
2633
We recommend to always add our plugin as the first one in chain.
2734

2835

0 commit comments

Comments
 (0)