Home
last modified time | relevance | path

Searched refs:mypy (Results 1 – 25 of 32) sorted by relevance

12

/external/python/cpython3/Tools/peg_generator/
Dmypy.ini1 [mypy] section
25 [mypy-pegen.grammar_parser] argument
DMakefile11 MYPY ?= mypy
101 mypy: regen-metaparser target
/external/fonttools/
Dmypy.ini1 [mypy] section
10 [mypy-fontTools.misc.plistlib] argument
Dtox.ini3 envlist = mypy, py3{6,7,8,9}-cov, htmlcov
41 [testenv:mypy]
46 mypy
Ddev-requirements.txt5 mypy>=0.782
D.gitignore41 # mypy
DMANIFEST.in14 include mypy.ini
/external/python/rsa/tests/
Dtest_mypy.py4 import mypy.api
15 result = mypy.api.run(args)
/external/pigweed/pw_build/
Dpython.rst58 runs all tools. The supported tools are ``"mypy"`` and ``"pylint"``.
63 - ``mypy_ini`` - Optional path to a mypy configuration file to use. If not
64 provided, mypy's default configuration file search is used. mypy is
65 executed from the package's setup directory, so mypy.ini files in that
Dpython.gni25 "lint.mypy",
53 module = "mypy"
66 # Use this environment variable to force mypy to colorize output.
67 # See https://github.com/python/mypy/issues/7771
76 deps += [ string_replace(dep, "(", ".lint.mypy(") ]
122 # - $name.lint.mypy - Runs mypy (if enabled).
145 # all tools. The supported tools are "mypy" and "pylint".
150 # mypy_ini: Optional path to a mypy configuration file to use. If not
151 # provided, mypy's default configuration file search is used. mypy is
152 # executed from the package's setup directory, so mypy.ini files in that
[all …]
DBUILD.gn143 "mypy==0.800",
/external/pigweed/pw_protobuf_compiler/
DBUILD.gn54 # mypy-protobuf 1.24 is required to support optional fields in proto3.
55 requirements = [ "mypy-protobuf>=2.2" ]
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpython_checks.py92 def mypy(ctx: pw_presubmit.PresubmitContext) -> None: function
143 mypy,
/external/python/rsa/
Dsetup.cfg11 [mypy]
DPipfile16 "mypy" = "~=0.720, >=0.720"
DPipfile.lock250 "mypy": {
270 "mypy-extensions": {
DCHANGELOG.md60 - Added static type checking via [MyPy](http://mypy-lang.org/).
/external/grpc-grpc/summerofcode/
Dideas.md30 … of gRPC Python that [pytype](https://github.com/google/pytype) or [mypy](http://mypy-lang.org/) c…
/external/rust/crates/grpcio-sys/grpc/summerofcode/
Dideas.md30 … of gRPC Python that [pytype](https://github.com/google/pytype) or [mypy](http://mypy-lang.org/) c…
/external/python/pybind11/
Dsetup.cfg64 [mypy]
/external/pigweed/docs/
Dpython_build.rst93 are `Pylint <https://www.pylint.org/>`_ and `Mypy <http://mypy-lang.org/>`_.
226 - ``<name>.lint.mypy`` - Runs Mypy on all Python files, if enabled.
245 source and test files. Users may specify which ``pylintrc`` and ``mypy.ini``
/external/pigweed/pw_presubmit/
Ddocs.rst33 * Run mypy
/external/python/cpython3/Doc/howto/
Dpyporting.rst46 Python 2 & Python 3; ``python -m pip install mypy``).
441 .. _mypy: http://mypy-lang.org/ target
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a2.rst270 the new features are not yet implemented in mypy or other static analyzers).
/external/pigweed/
D.pylintrc7 extension-pkg-whitelist=mypy

12