You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should standardize all Python docstrings to use a style (NumPy) and have CI/precommit checks that enforce that standard. Right now, ruff doesn't look like it's actually enforcing that check.
Details
When working in vscode we should make sure we're using the docstring extension (make sure that you set the desired style to NumPy).
The text was updated successfully, but these errors were encountered:
General
We should standardize all Python docstrings to use a style (NumPy) and have CI/precommit checks that enforce that standard. Right now,
ruff
doesn't look like it's actually enforcing that check.Details
When working in
vscode
we should make sure we're using the docstring extension (make sure that you set the desired style to NumPy).The text was updated successfully, but these errors were encountered: