We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d60c27 commit 3b4a7f9Copy full SHA for 3b4a7f9
doc/data/messages/c/c-extension-no-member/details.rst
@@ -1 +1,4 @@
1
-You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
+``c-extension-no-member`` is an informational variant of ``no-member`` to encourage
2
+allowing introspection of C extensions as described in the
3
+`page <https://pylint.readthedocs.io/en/latest/user_guide/messages/error/no-member.html>`_
4
+for ``no-member``.
doc/data/messages/t/typevar-name-incorrect-variance/details.rst
@@ -0,0 +1 @@
+When naming type vars, only use a ``_co`` suffix when indicating covariance or ``_contra`` when indicating contravariance.
0 commit comments