<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,<div><br></div><div>My name is Ilya, I develop pytest integration in PyCharm IDE.</div><div><br></div><div>There is a PEP-484 that covers optional type hinting for Python an </div><div>PEP-561 that describes how to distribute this information as separate package </div><div>with .pyi files (also called stubs).</div><div><br></div><div>Type hinting is huge benefit for any static analysis tool. At this moment </div><div>it is suported by mypy (<a href="http://mypy-lang.org/">http://mypy-lang.org/</a>) and PyCharm.</div><div><br></div><div>My question is do you have any plans to create pyi stubs for pytest?</div><div>.pyi will improve code insight / code completion in PyCharm and give </div><div>users ability to validate their code with mypy.</div><div><br></div><div>We can create this package by ourselves (physically we create pytest-subs package on pypi, </div><div>see PEP-561) but at least we need approvement from pytest devs, and any contributions </div><div>are welcome)</div><div><br></div><div>Creating pyi files is not hard, and they could be used by any PEP-561 compatible project.</div><div><br></div><div>Ilya.</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div></div></div>