Home
last modified time | relevance | path

Searched defs:mypy (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/development/python-packages/adb/
H A Dmypy.ini1 [mypy] section
15 # Can't enable because mypy cannot reason about _get_subprocess_args. argument
17 warn_unreachable = true
18 warn_unused_configs = true
19 warn_unused_ignores = true
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/
Dmypy.ini1 [mypy] section
25 [mypy-pegen.grammar_parser] argument
DMakefile93 mypy: regen-metaparser target
/aosp_15_r20/external/pytorch/
H A Dmypy-strict.ini8 [mypy] section
10 plugins = mypy_plugins/check_mypy_version.py, numpy.typing.mypy_plugin argument
12 cache_dir = .mypy_cache/strict argument
13 allow_redefinition = True
14 strict_optional = True
15 show_error_codes = True
16 show_column_numbers = True
40 [mypy-torch.utils.benchmark.utils.*] argument
62 ignore_missing_imports = True
H A Dmypy.ini4 [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
[all …]
/aosp_15_r20/external/fonttools/
H A Dmypy.ini1 [mypy] section
10 [mypy-fontTools.misc.plistlib] argument
/aosp_15_r20/external/mbedtls/
H A D.mypy.ini1 [mypy] section
2 mypy_path = scripts argument
3 namespace_packages = True
4 warn_unused_configs = True
/aosp_15_r20/external/python/python-api-core/
Dmypy.ini1 [mypy] section
2 python_version = 3.6
3 namespace_packages = True
4 ignore_missing_imports = True
Dnoxfile.py170 def mypy(session): function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A D.mypy.ini1 [mypy] section
2 mypy_path = scripts argument
3 namespace_packages = True
4 warn_unused_configs = True
/aosp_15_r20/external/python/pyfakefs/
Dmypy.ini1 [mypy] section
6 [mypy-django.*] argument
/aosp_15_r20/external/crosvm/
H A Dmypy.ini1 [mypy] section
3 mypy_path = tools argument
/aosp_15_r20/external/pigweed/
H A D.mypy.ini15 [mypy] section
16 no_implicit_optional = True
/aosp_15_r20/build/soong/cc/ndkstubgen/
H A Dmypy.ini1 [mypy] section
2 disallow_untyped_defs = True
/aosp_15_r20/build/soong/cc/symbolfile/
H A Dmypy.ini1 [mypy] section
2 disallow_untyped_defs = True
/aosp_15_r20/development/tools/ndk/
H A Dmypy.ini1 [mypy] section
2 disallow_untyped_defs = True
/aosp_15_r20/bionic/libc/tools/
H A Dmypy.ini1 [mypy] section
/aosp_15_r20/tools/external_updater/
H A Dpyproject.toml12 mypy = "^1.8.0" qkey
/aosp_15_r20/development/python-packages/fetchartifact/
H A Dpyproject.toml13 mypy = "^1.2.0" qkey
/aosp_15_r20/external/python/cpython3/Doc/howto/
Dpyporting.rst441 .. _mypy: https://mypy-lang.org/ target
/aosp_15_r20/external/python/cpython2/Doc/howto/
Dpyporting.rst437 .. _mypy: http://mypy-lang.org/ target
/aosp_15_r20/external/crosvm/tools/
H A Dpresubmit22 mypy = cmd("mypy").with_color_env("MYPY_FORCE_COLOR") variable