X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=plomtask%2Ftodos.py;h=fa009b12b8fb64e42b8a42f728fd0d4fb1740367;hb=344d6c234e50953b36ac9fed2cfce8d4ba64a5b3;hp=0125b97809350de3c991d332d80c7adfbaf583ce;hpb=4691a05e64acb2239f9d449b36f4ff5c678a1d6c;p=plomtask diff --git a/plomtask/todos.py b/plomtask/todos.py index 0125b97..fa009b1 100644 --- a/plomtask/todos.py +++ b/plomtask/todos.py @@ -23,6 +23,7 @@ class TodoNode: class Todo(BaseModel[int], ConditionsRelations): """Individual actionable.""" # pylint: disable=too-many-instance-attributes + # pylint: disable=too-many-public-methods table_name = 'todos' to_save = ['process_id', 'is_done', 'date', 'comment', 'effort', 'calendarize']