Closed JPFrancoia closed 4 years ago
Yes, I see. Apparently, this is the result of some dead code. (For testing the previous parser, darglint parsed quotation marks, in order to determine where docstrings started and ended.) I've removed the offending code (d2d0f45861cfe7ed8d0a916eca181b144ed77cba), and it should be resolved in v1.5.3, which I'll try to release this weekend.
Thank you!
Hi,
I'm starting to use darglint more and more since its stability greatly improved overtime. However, I think I found a bug. The
"
character seems to give troubles to darglint:And I get the errors:
Writing the docstring like this solves all the errors (note that I removed the
"
aroundYYYYMMDD
):This isn't a critical bug, but it's unexpected.
Darglint version: darglint==1.5.2