jsh9 / pydoclint

A Python docstring linter that checks arguments, returns, yields, and raises sections
https://pypi.org/project/pydoclint/
MIT License
151 stars 15 forks source link

Ignore underscore args when checking args #89

Closed jsh9 closed 1 year ago

jsh9 commented 1 year ago

Closes https://github.com/jsh9/pydoclint/issues/87