Open trickeydan opened 6 years ago
We have flake8-docstrings
linting our docstrings here, are there any cases where the format is different to what you'd want and where changing it still passes linting?
I'm open to changing the linting configuration if we want to, though I suggest that we check first that the linting is behaving as it is currently configured (otherwise the linter isn't helping at all and it's not a config issue).
So it turns out that the current config disables the check in question, apparently due to a bug. There's no mention of whether the bug has been reported (I blame whoever made that change :disappointed: for not reporting upstream), though we do know what the bug was.
We should check whether a recent flake8-docstrings
still has the issue either report it upstream or re-enable the check.
Seeing as flake8-docstrings
has not been updated since 4th Jan, I doubt the issue has been fixed
In some places we have docstrings in this style:
In other places we have this style of docstring:
It's probably worth being consistent with this.