-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missed raises in match case blocks #63
Comments
Oh, and relevant settings are:
|
Hi @jonyscathe , thank you for raising this issue! It is indeed a bug in the pydoclint code, and I have fixed it in #64. |
This change is included in the new published version, 0.2.0. |
Awesome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following function has the error:
Function
testhas a "Raises" section in the docstring, but there are not "raise" statements in the body Flake8(DOC502)
It doesn't matter if the ValueError is within the catchall case or one of the actual cases.
The text was updated successfully, but these errors were encountered: