Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 762 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 762 Bytes

Thanks for thinking about contributing! 🎉 Feel free to ask anything in the issues section.

get the project up and running locally ⚡

  1. gh repo clone mastermedo/typetest (git clone or fork)
  2. pip3 install poetry (installs poetry)
  3. poetry install (installs typetest dependecies/requirements)
  4. poetry run flake8 (lint the codebase with flake8)
  5. poetry run black . (format the codebase with black)
  6. poetry run typetest (run typetest locally)
  7. poetry run typetest-analyse (run typetest-analyse locally)