We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e429875 commit a0d161fCopy full SHA for a0d161f
README.rst
@@ -238,6 +238,10 @@ suggest ignoring some of the violation codes::
238
# See https://github.com/peterjc/flake8-rst-docstrings/issues/17
239
RST201,RST203,RST301,
240
241
+Using ``*arg`` or ``**kwargs`` without escaping in argument descriptions has
242
+been special-cased to avoid triggering ``RST213`` and ``RST210`` respectively.
243
+However, other variable names used this way will trigger as missing closing
244
+markup for emphasis and strong, so you may have to ignore those codes as well.
245
246
Version History
247
---------------
0 commit comments