You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Add disable_skip_errors flag to ConventionChecker API (#485)
* Add disable_skip_errors flag to ConventionChecker API
Added to ConventionChecker.check_source() and ConventionChecker.check().
This allows other systems that integrate pydocstyle,
such as flake8-docstyle, to request errors that are otherwise
skipped due to # noqa comments.
Added test for skip_errors feature in general and with this flag.
Fixes#484
* Update release notes
* rename argument to ignore inline noqa comments
* Add docstring description of new argument
* Move release note
Co-authored-by: Sambhav Kothari <[email protected]>
0 commit comments