Skip to content

PooMaster/aoc-2022

Repository files navigation

aoc-2022

Advent of Code 2022 Solutions

https://adventofcode.com/2022

I want to take the opportunity to try out following at least some of this some of this guide on modern Python devops processes. Also, I'd like to try embedding the problem descriptions and development notes in a literate programming style using Pycco.

See Pycco rendered versions of the solutions on my GitHub Pages.

To test and run each solution, run each of these steps from inside each day's folder.

  • poetry run flake8 .
  • poetry run xdoctest .
  • poetry run pytest *.py
  • poetry run mypy .
  • poetry run python main.py

Project-wide checks can be run using nox:

  • nox -rs lint
  • nox -rs mypy
  • nox -rs xdoctest

Or for all check types:

  • nox

About

Advent of Code 2022 Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages