-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add flake8-docstrings #52
Conversation
I'm not sure I have enough knowledge to be a competent reviewer on this. My only thought was did David say we should exclude Fiona for now or did we decide to keep it in? |
I think we should also add this to
|
Done! |
Ack. Should have expected that the docstrings would fail. I did some fixing in the PR for #51 - not sure if I hit all of them. |
I'll try to sort this out on Monday |
It's failing on my messy docstrings 😞 I've merged in from develop and cleaned up the remaining ones. |
Description
Adds
flake8-docstrings
plugin to check the docstrings in the code while running the linter.Fixes #36
Type of change
Key checklist
pre-commit
checks:$ pre-commit run -a
$ poetry run pytest
Further checks
N/A