[mypy] Add mypy type annotation part 1 (#4006)

This commit is contained in:
SangBin Cho
2024-04-13 06:35:50 +09:00
committed by GitHub
parent d4ec9ffb95
commit 09473ee41c
25 changed files with 171 additions and 72 deletions

View File

@@ -7,7 +7,7 @@ codespell==2.2.6
isort==5.13.2
# type checking
mypy==0.991
mypy==1.9.0
types-PyYAML
types-requests
types-setuptools