Searched full:mypy (Results 1 – 11 of 11) sorted by relevance
8 # package. Runs mypy and pytest. Any extra arguments in sys.argv are29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini', variable33 print(f'Running mypy from {here}:\n\t' +34 ' '.join(shlex.quote(s) for s in mypy),36 subprocess.run(mypy, check=True, cwd=here)
1 [mypy] section
11 date. The mypy static type checker is also run on the runners package.
9 mypy14 python -m mypy --config-file={toxinidir}/tox.ini --package=devicetree16 [mypy] section
18 mypy
12 # Note that the type annotations are not currently checked by mypy.
50 # mypy
68 …pip install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial anyt…
175 analyzers (such as `mypy`_) to auto-detect its type annotations.202 .. _mypy: https://www.mypy-lang.org/ target
888 # mypy thinks the subprocess module has no such attribute.
784 # This is necessary because mypy can't tell that we never