Searched defs:mypy (Results 1 – 14 of 14) sorted by relevance
1 [mypy] section25 [mypy-pegen.grammar_parser] argument
93 mypy: regen-metaparser target
1 [mypy] section10 [mypy-fontTools.misc.plistlib] argument
42 deps =44 skip_install = true45 commands =
1 [mypy] section2 mypy_path = scripts argument3 namespace_packages = True4 warn_unused_configs = True
1 [mypy] section2 python_version = 3.63 namespace_packages = True4 ignore_missing_imports = True
170 def mypy(session): function
1 [mypy] section3 mypy_path = tools argument
1 [mypy] section6 [mypy-django.*] argument
1 [mypy] section2 no_implicit_optional = True
441 .. _mypy: http://mypy-lang.org/ target
437 .. _mypy: http://mypy-lang.org/ target
22 mypy = cmd("mypy").with_color_env("MYPY_FORCE_COLOR") variable