terrencepreilly / darglint

A python documentation linter which checks that the docstring description matches the definition.
MIT License
481 stars 41 forks source link

ArgumentVisitor now checks ast for default args and appends ", optional" to annotation if so #212

Open Hembury opened 1 year ago

Hembury commented 1 year ago

Closes #123