Closed theyuvalraz closed 4 years ago
@theyuvalraz can you please rebase :)?
@theyuvalraz we also introduced isort and black formatting to the source code.
You will want to run black src/pydocstyle
and isort src/pydocstyle
from the project root
after installing the pinned versions from the requirements file.
apart from the above lgtm
Thanks everything looks good! Can you also update the release notes with this change?
Thank you for this pull request!
@samj1912 would it be possible to have a new release of pydocstyle
with this feature?
Yeah, didn't notice this was not released. I will cut a release later today.
Fixes #419
Added an is_overload method in the function class(parser.py).
Added an if statement so that the D103 error will not trigger when decorated with @overload(checker.py)
Added some tests to see that it's working correctly.
The lambda method in the checker returns None, not sure its a good practice. any suggestions ?