• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[mypy]
2python_version = 3.8
3
4no_incremental = True
5cache_dir=/dev/null
6
7disallow_untyped_defs = True
8disallow_any_unimported = True
9check_untyped_defs = True
10
11no_implicit_optional = True
12show_error_codes = True
13
14warn_redundant_casts = True
15warn_unused_ignores = True
16warn_return_any = True
17warn_unreachable = True
18
19[mypy-tqdm.*]
20ignore_missing_imports = True