X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7B%20card_id%20%7D%7D/delete?a=blobdiff_plain;f=plomtask%2Ftodos.py;h=fa009b12b8fb64e42b8a42f728fd0d4fb1740367;hb=b4a34a415fb31a00ee1e092fcc2a6b5d97edd52a;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']