summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-10-31 00:33:23 +0200
committerGitHub <noreply@github.com>2021-10-31 00:33:23 +0200
commit1d3a7ff32b0f6d819b17ce18345502fbc47b48c9 (patch)
treeb3c40c9636f2a816ee61af043700c7c6a1b53a88 /doc
parent76a7553066130a7dbf4d10922b2530161b2ec5b0 (diff)
downloadpylint-git-1d3a7ff32b0f6d819b17ce18345502fbc47b48c9.tar.gz
Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)
This closes #5222 See https://numpydoc.readthedocs.io/en/latest/format.html#parameters for reference
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.12.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index 0f16e4bdd..627a5eb07 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -123,3 +123,8 @@ Other Changes
keyword parameters
Closes #3733
+
+* ``mising-param-doc`` now correctly handles Numpy parameter documentation without
+ explicit typing
+
+ Closes #5222