-
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
SyntaxError #59
Comments
Hi @hschult , thank you for submitting this issue! I pushed a simple fix. The syntax error now goes away, and the expected violations are showing. To see the expected violations, please take a look at the code diff of the PR: https://github.com/jsh9/pydoclint/pull/60/files
|
Fixed. Please see version 0.1.7. |
Wow, you are fast. Thank you so much for fixing it! :) |
Hi,
since updating to version
0.1.5
I get a SyntaxError with the following function:When I tried to switch to the other numpy equivalents
a : str, default=a
worked anda : str, default: a
resulted in a different error:I am not sure what either of the errors mean so thank you for your help in advance.
The text was updated successfully, but these errors were encountered: