mypy, typing #8
peacock0803sz
started this conversation in
General
Replies: 1 comment 1 reply
-
annotationsなしで行きます |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
型検査厳しすぎ疑惑
discord-ext-ui/mypy.ini
Line 4 in 6da0d83
*args
とかにつけてまでdisallow_untyped_defs
すべきか?discord-ext-ui/discord/ext/ui/utils.py
Line 13 in bc092e5
from __future__ import annotations
とfrom typing import List
の混在上と下はどっちかに寄せるべきでは?
discord-ext-ui/discord/ext/ui/types/view_manager.py
Line 1 in 6e71311
discord-ext-ui/discord/ext/ui/component.py
Line 1 in bc092e5
Beta Was this translation helpful? Give feedback.
All reactions