Thanks for thinking about contributing! 🎉 Feel free to ask anything in the issues section.
gh repo clone mastermedo/typetest
(git clone or fork)pip3 install poetry
(installs poetry)poetry install
(installs typetest dependecies/requirements)poetry run flake8
(lint the codebase with flake8)poetry run black .
(format the codebase with black)poetry run typetest
(runtypetest
locally)poetry run typetest-analyse
(runtypetest-analyse
locally)