0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

By default the bodies of untyped functions are not checked, consider using --check-untyped-defs と出る.

Posted at

TL;DR;

そのスコープの戻り値の型を明示する.

経緯

  • Python で適当な変数の型を,関数内(メソッド内)で定義していた.
  • VSCodeBy default the bodies of untyped functions are not checked, consider using --check-untyped-defs と青色で mypy から表示される.
  • なんとか上記の表示を消したかった.

解決

  • そのスコープの戻り値の型を明示した.
  • そしたら青色の表示は消えた.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?