ruff: enable W, COM, EXE rules

This commit is contained in:
Dima Gerasimov 2024-08-28 03:05:24 +01:00
parent 47f116879f
commit bf96ca7d38
9 changed files with 19 additions and 14 deletions

View file

@ -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?