Skip to content

Commit

Permalink
Documentation update for *arg and **kwargs change
Browse files Browse the repository at this point in the history
Closes #18
  • Loading branch information
peterjc committed Dec 22, 2023
1 parent e429875 commit a0d161f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ suggest ignoring some of the violation codes::
# See https://github.com/peterjc/flake8-rst-docstrings/issues/17
RST201,RST203,RST301,

Using ``*arg`` or ``**kwargs`` without escaping in argument descriptions has
been special-cased to avoid triggering ``RST213`` and ``RST210`` respectively.
However, other variable names used this way will trigger as missing closing
markup for emphasis and strong, so you may have to ignore those codes as well.

Version History
---------------
Expand Down

0 comments on commit a0d161f

Please sign in to comment.