ruff: enable W, COM, EXE rules
This commit is contained in:
parent
ac08af7aab
commit
c5df3ce128
9 changed files with 19 additions and 14 deletions
|
@ -58,7 +58,7 @@ class MyTodo:
|
|||
def get_status(self) -> str:
|
||||
if 'STATUS' not in self.todo:
|
||||
return None # type: ignore
|
||||
# TODO 'COMPLETED'?
|
||||
# TODO 'COMPLETED'?
|
||||
return str(self.todo['STATUS'])
|
||||
|
||||
# TODO tz?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue