-
Notifications
You must be signed in to change notification settings - Fork 3
Review BDV related docstrings #47
Copy link
Copy link
Labels
conventionsIssue with formatting / naming / ...Issue with formatting / naming / ...documentationMissing documentation, docstring conventions, ...Missing documentation, docstring conventions, ...next-releaseIssues blocking the next releaseIssues blocking the next release
Milestone
Metadata
Metadata
Assignees
Labels
conventionsIssue with formatting / naming / ...Issue with formatting / naming / ...documentationMissing documentation, docstring conventions, ...Missing documentation, docstring conventions, ...next-releaseIssues blocking the next releaseIssues blocking the next release
Type
Projects
Status
Done
Since we're now having automatic ruff linting enabled through a GitHub Action, it's much easier to follow the conventions.
Particularly the recent changes in the bdv module and the related tests are triggering complaints.
Docstrings should be added or fixed, making sure that:
Current complaints can be seen in the details of the
lintworkflow, for example from run 13853569840.