Lines Matching full:mypy
36 "mypy",
59 # This applies to mypy, pylint, ruff and tests.
71 "lint.mypy",
96 # Internal template that runs Mypy.
99 module = "mypy"
101 # DOCSTAG: [default-mypy-args]
106 # Use a mypy cache dir for this target only to avoid cache conflicts in
107 # parallel mypy invocations.
112 # Use this environment variable to force mypy to colorize output.
113 # See https://github.com/python/mypy/issues/7771
116 # DOCSTAG: [default-mypy-args]
134 deps += [ string_replace(dep, "(", ".lint.mypy(") ]
233 # - $name.lint.mypy - Runs mypy (if enabled).
258 # all tools. The supported tools are "mypy", "pylint" and "ruff".
263 # mypy_ini: Optional path to a mypy configuration file to use. If not
264 # provided, mypy's default configuration file search is used. mypy is
265 # executed from the package's setup directory, so mypy.ini files in that
352 "mypy",
676 # For packages that are not generated, create targets to run mypy and pylint.
679 # config files (e.g. pylintrc or mypy.ini) in that directory. Config files