BigOrangeQWQ / nonebot_plugin_orangedice

A COC7 dice for nonebot2
MIT License
19 stars 3 forks source link

`Self` type 是 `Python3.11` 新特性 #8

Closed shoucandanghehe closed 1 year ago

shoucandanghehe commented 1 year ago

https://peps.python.org/pep-0673/ https://docs.python.org/3/library/typing.html#typing.Self https://github.com/BigOrangeQWQ/nonebot_plugin_orangedice/blob/717ee564412cd8d37980835871c3c371e8224baf/nonebot_plugin_orangedice/utils.py#L2-L30 可以考虑重写一下👆这里 或者声明依赖>=3.11👇 https://github.com/BigOrangeQWQ/nonebot_plugin_orangedice/blob/717ee564412cd8d37980835871c3c371e8224baf/pyproject.toml#L16

BigOrangeQWQ commented 1 year ago

稍后修改此部分代码 考虑删除此typing hint 或引入typing extension进行标注

BigOrangeQWQ commented 1 year ago

已发版并修正,引入了typing_extensions中的Self标注