8000
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 b0dd5ab commit 106ce16Copy full SHA for 106ce16
doc/devel/coding_guide.rst
@@ -88,9 +88,8 @@ We generally use `stub files
88
the type information for ``colors.py``. A notable exception is ``pyplot.py``,
89
which is type hinted inline.
90
91
-Type hints are checked by the mypy :ref:`pre-commit hook <pre-commit-hooks>`
92
-and can often be verified using ``tools\stubtest.py`` and occasionally may
93
-require the use of ``tools\check_typehints.py``.
+Type hints are checked by the mypy :ref:`pre-commit hook <pre-commit-hooks>`,
+can often be verified by running ``tox -e stubtest``.
94
95
New modules and files: installation
96
===================================
0 commit comments