Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.08 KB

Advent of Code

Ruff pre-commit.ci status codecov

Development

Install uv

# install the project and dependencies (note: this is done implicitly when you `uv run <COMMAND>`)
uv sync

# optionally, install git hooks via pre-commit
uv run pre-commit install

Make sure that aocd knows where to find your session token. My personal preference is to put it in ~/.config/aocd/token.

Test

uv run pytest

Supports aoc test runner.