chore: switch to pre-commit

This commit is contained in:
Junyan Qin
2025-05-10 17:14:09 +08:00
parent 7b284591bd
commit c52236e8a9
5 changed files with 33 additions and 13 deletions

View File

@@ -25,7 +25,6 @@ stage_order = [
async def make_app(loop: asyncio.AbstractEventLoop) -> app.Application:
# 确定是否为调试模式
if 'DEBUG' in os.environ and os.environ['DEBUG'] in ['true', '1']:
constants.debug_mode = True