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
prefer to use list comprehensions instead of map, filter, reduce
prefer += instead of list.append(...)
Linting
Use the provided ruff lint config
Naming Conventions
task_
Any crud function that starts with task_ is meant to be a fully contained transaction, and will commit changes to the database. You should not assume that you have to commit changes to the database after this function.