Skip to content

Commit

Permalink
doc: link mypy_plugin from index.rst (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitagry authored Nov 25, 2024
1 parent ec0559a commit 5138294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ User Guide
using_task_task_conflict_prevention_lock
efficient_run_on_multi_workers
for_pandas
mypy_plugin

API References
--------------
Expand Down
2 changes: 1 addition & 1 deletion docs/mypy_plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ or by adding the following to your ``pyproject.toml`` file:
.. code:: toml
[tool.mypy]
plugins = ["gokart.mypy:plugin"]
plugins = ["gokart.mypy"]
Then, run Mypy as usual.

Expand Down

0 comments on commit 5138294

Please sign in to comment.