Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

appのmypyチェックをstrictにしたい #429

Open
7 of 14 tasks
hirokisakabe opened this issue Jan 24, 2023 · 1 comment
Open
7 of 14 tasks

appのmypyチェックをstrictにしたい #429

hirokisakabe opened this issue Jan 24, 2023 · 1 comment
Assignees

Comments

@hirokisakabe
Copy link
Contributor

hirokisakabe commented Jan 24, 2023

Optionalなチェック項目を全て有効化する--strictフラグをtrueにし、型チェックを厳しくしたい

参考 : https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-strict

--strictフラグで有効になる、Optionalなチェック項目一覧

mypy --helpで、Optionalなチェック項目を確認した。

@hirokisakabe
Copy link
Contributor Author

hirokisakabe commented Jan 24, 2023

いきなりstrictにして、エラーとなる箇所を全て修正するのは、対応箇所が多すぎるので、Optionalな項目を一つずつ有効化していき、最終的にstrictを目指す。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant