DeepSource complains that I don’t use self int the first two “functions” (PYL-R0201) and that the “function bodies” are empty (PTC-W0049). I already marked those as false positives with an explanation, but it seemed like a good idea to have this issue documented somewhere so that people can add more info, if they’re having a similar problem.
Cheers!
PS: I would include links to relevant issues, but I don’t have enough reputation or something like that.
Hey. Why this has indeed been resolved for PTC-W0049 and PYL-R0201, I do still get PY-D0003 (Missing module/function docstring) for @overload signatures …
Hi. Don’t know if I reported false positives for this already, but it seems like @overload is not catched, if it’s not the last decorator. E.g. I get false positives for
Hey @Bibo-Joshi, Sorry for the delayed response. Can you please rerun the analysis and check whether this issue gets raised? I tried running it internally, and PY-D0003 is suppressed when decorated with @overload from the typing module.