Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 760 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 760 Bytes

Advent Of Code

pre-commit code style: prettier Code style: black Imports: isort

Development

  1. Install pre-commit for linting on commits
  2. Use the bundled .gitconfig to hide text files from diffs
$ git config --local include.path ../.gitconfig
$ pre-commit install