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
Run pytest and mypy locally before committing to github.
Each function should have a descriptive name and perform one task. An exception is potentially pipeline type functions that run the process functions in a particular order
Docstrings are standardized:
only have docstrings for functions the users will interact with
A description at the beginning
Input arguments (or the class attributes)
What the function returns
Using static typing wherever possible
The text was updated successfully, but these errors were encountered:
Run pytest and mypy locally before committing to github.
Each function should have a descriptive name and perform one task. An exception is potentially
pipeline
type functions that run the process functions in a particular orderDocstrings are standardized:
The text was updated successfully, but these errors were encountered: