Hi, I think there’s something off with Python documentation analysis re FLK-D202. The issue code suggests it comes from pydocstyle linter (“No blank lines allowed after function docstring”, same message and code). It’s being reported in couple places, eg https://github.com/zgoda/bip/blob/master/src/bip/utils/views.py#L27-L27. As you can see, there’s no blank line after function docstring, although there are blank lines within the docstring itself. I’ve ran latest pydocstyle 5.1.1 locally and it does not report this issue.
Or it is some other issue, unrelated to pydocstyle?