Once you forked and cloned the repo, run:
poetry installto install dependencies. Then write code in the src/ folder.
To setup pre-commit hook (you only need to do this once):
poetry run pre-commit installTo manually run pre-commit checks:
poetry run pre-commit run --all-fileTo manually run ruff check and auto fix:
poetry run ruff check --fixRun
poetry run pytestTo be filled by student. The CLI project needs to be built as an .exe file.