use pre-commit

This commit is contained in:
geekan 2023-12-19 11:01:20 +08:00 committed by better629
parent 548e6d5f25
commit 4e6d1a00f8
3 changed files with 12 additions and 3 deletions

View file

@ -30,5 +30,6 @@ class ProjectManager(Role):
def __init__(self, **kwargs) -> None:
super().__init__(**kwargs)
self._init_actions([WriteTasks])
self._watch([WriteDesign])