Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 799 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 799 Bytes

aaaaAAAA

Our staff team submission for PyWeek 31

There will be ducks.

Poetry

We decided to use poetry for this game. For those unfamiliar with poetry, here's a link to the docs!

Running poetry install in the projects root directory will install all dependencies poetry shell will enter a shell poetry update will update your poetry lock file if you added new dependencies

poetry run task start will start the game, equivilent to python -m aaaaAAAA

CI

poetry run task precommit will install the pre-commit hook poetry run pre-commit will run the pre-commit hook

poetry run task lint will lint all your code!