Searched refs:mypy (Results 1 – 25 of 32) sorted by relevance
12
/external/python/cpython3/Tools/peg_generator/ |
D | mypy.ini | 1 [mypy] section 25 [mypy-pegen.grammar_parser] argument
|
D | Makefile | 11 MYPY ?= mypy 101 mypy: regen-metaparser target
|
/external/fonttools/ |
D | mypy.ini | 1 [mypy] section 10 [mypy-fontTools.misc.plistlib] argument
|
D | tox.ini | 3 envlist = mypy, py3{6,7,8,9}-cov, htmlcov 41 [testenv:mypy] 46 mypy
|
D | dev-requirements.txt | 5 mypy>=0.782
|
D | .gitignore | 41 # mypy
|
D | MANIFEST.in | 14 include mypy.ini
|
/external/python/rsa/tests/ |
D | test_mypy.py | 4 import mypy.api 15 result = mypy.api.run(args)
|
/external/pigweed/pw_build/ |
D | python.rst | 58 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
|
D | python.gni | 25 "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 …]
|
D | BUILD.gn | 143 "mypy==0.800",
|
/external/pigweed/pw_protobuf_compiler/ |
D | BUILD.gn | 54 # 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/ |
D | python_checks.py | 92 def mypy(ctx: pw_presubmit.PresubmitContext) -> None: function 143 mypy,
|
/external/python/rsa/ |
D | setup.cfg | 11 [mypy]
|
D | Pipfile | 16 "mypy" = "~=0.720, >=0.720"
|
D | Pipfile.lock | 250 "mypy": { 270 "mypy-extensions": {
|
D | CHANGELOG.md | 60 - Added static type checking via [MyPy](http://mypy-lang.org/).
|
/external/grpc-grpc/summerofcode/ |
D | ideas.md | 30 … of gRPC Python that [pytype](https://github.com/google/pytype) or [mypy](http://mypy-lang.org/) c…
|
/external/rust/crates/grpcio-sys/grpc/summerofcode/ |
D | ideas.md | 30 … of gRPC Python that [pytype](https://github.com/google/pytype) or [mypy](http://mypy-lang.org/) c…
|
/external/python/pybind11/ |
D | setup.cfg | 64 [mypy]
|
/external/pigweed/docs/ |
D | python_build.rst | 93 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/ |
D | docs.rst | 33 * Run mypy
|
/external/python/cpython3/Doc/howto/ |
D | pyporting.rst | 46 Python 2 & Python 3; ``python -m pip install mypy``). 441 .. _mypy: http://mypy-lang.org/ target
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a2.rst | 270 the new features are not yet implemented in mypy or other static analyzers).
|
/external/pigweed/ |
D | .pylintrc | 7 extension-pkg-whitelist=mypy
|
12