Run static analysis using pyright ================================= Static type analysis is done with pyright_. It checks type definition in source files without running them, and highlights potential issues where types do not match. You can run it with:: $ tox -e pyright