### Activates the virtual environment
poetry shell
### install dependencies
poetry install
Docs here https://pre-commit.com/
pre-commit install
pre-commit install --hook-type commit-msg
It's important that you run pre-commit install --hook-type commit-msg, even if you've already used pre-commit install before. pre-commit install does not install commit-msg hooks by default!
Commits should start with one of
fix, feat, chore, docs, style, refactor, perf, test
- Day 1 -
iterator
- Day 2 -
tuples
,collections
,lamdas
- Day 3 -
matrices
,tuples
,loops
- Day 4 -
map
,cache
(with notes) - Day 5 -
ranges
,range splitting
(with notes) - Day 6 - 🚧 not attempted
- Day 7 -
sort
,logic elimination