Lines Matching defs:mypy
4 [mypy] section
5 plugins = mypy_plugins/check_mypy_version.py, mypy_plugins/sympy_mypy_plugin.py, numpy.typing.mypy_… argument
7 cache_dir = .mypy_cache/normal argument
8 allow_redefinition = True
9 warn_unused_configs = True
10 warn_redundant_casts = True
11 show_error_codes = True
12 show_column_numbers = True
13 check_untyped_defs = True
14 disallow_untyped_defs = True
15 disallow_untyped_decorators = True
16 follow_imports = normal
17 local_partial_types = True
18 enable_error_code = possibly-undefined
22 warn_unused_ignores = False
32 files =
58 [mypy-torch._C._jit_tree_views] argument
256 ignore_missing_imports = True