更新 mypy 版本至 1.13.0,重构 marshoai-megakits 模块并添加随机数和计算功能

This commit is contained in:
2024-12-13 02:40:55 +08:00
parent 8defcfdd66
commit 5797381824
25 changed files with 101 additions and 80 deletions

View File

@ -1,7 +1,7 @@
import shutil
from pathlib import Path
import yaml as yaml_
import yaml as yaml_ # type: ignore
from nonebot import get_plugin_config, logger
from pydantic import BaseModel
from ruamel.yaml import YAML