Results 18 comments of Amir Rachum

Is there a chance this will be fixed (the CI is failing) and merged? I use this version on Windows and I would love to go back to using the...

Actually, it seems that the build is only failing because of Python 3.2, which is really dead and should not be supported anymore (it is no longer supported by `pip`)....

It think it would just be plain easier to implement the plugin in `pydocstyle`, since we'd have all the internal API to work with. Is there a particular reason you...

@waylan in any case, it is recommend to __pin your dependecies__ in your `requirements.txt` file. This way, your builds will never be affected by these dependency breaks and your builds...

@sigmavirus24 is right about the decorator flag. Also, (and without checking), I think it should probably be pretty easy to get both parent classes and metaclasses.

@jayvdb @varunagrawal I don't really get how you can have an extra _closing_ quote. It causes a syntax error: ``` $ python superfluous_quotes.py File "superfluous_quotes.py", line 22 """Extra quote on...

@samj1912 - as I commented on #478, I think using the `--convention` flag to determine how to parse docstrings SGTM, but I'd like to see a more detailed proposal of...

I think that validating that the content inside the parentheses equals the parameter names might be a good fix.

I'm not sure how I feel about this. On the one hand, I get your point, but I also feel that passing an explicit file name should take precedence over...