Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ce49f4

Browse files
authored
DOC don't suggest contributors to add type annotations (scikit-learn#18718)
1 parent 15cb869 commit 0ce49f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/developers/contributing.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,7 @@ You can check for common programming errors with the following tools:
448448

449449
see also :ref:`testing_coverage`
450450

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::
451+
* Run static analysis with `mypy`::
456452

457453
mypy sklearn
458454

0 commit comments

Comments
 (0)