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 15cb869 commit 0ce49f4Copy full SHA for 0ce49f4
doc/developers/contributing.rst
@@ -448,11 +448,7 @@ You can check for common programming errors with the following tools:
448
449
see also :ref:`testing_coverage`
450
451
-* A moderate use of type annotations is encouraged but is not mandatory. See
452
- `mypy quickstart <https://mypy.readthedocs.io/en/latest/getting_started.html>`_
453
- for an introduction, as well as `pandas contributing documentation
454
- <https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#type-hints>`_
455
- for style guidelines. Whether you add type annotation or not::
+* Run static analysis with `mypy`::
456
457
mypy sklearn
458
0 commit comments