diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 812c38c..03efbc2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,6 @@ repos: args: - --auto-add-tiles-to-git=add - --contrast-improvement-type=dark - - --overwrite-year=2024 + - --overwrite-year=2025 # - --language-sorting=py,jl,kt,rs # - --exclude-patterns=2021/*/*.apl,2021/*/*.py,2021/*/*.cpp \ No newline at end of file diff --git a/README.md b/README.md index 7618388..69095c5 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,4 @@ -# aoc_template +# Advent Of Code 2025 -Template for yearly AoC-Repositories - -# Usage - -- Clone repository (or use as template in gitea) -- Run `pip install -r requirements.txt` -- Update main.py and start_day.py: set YEAR (near the top) to the respective year -- Create a file named ".session" next to your main.py containing the contents of your aoc-session cookie - -On a given day, just call `./start_day.py -d ` - -# Not using PyCharm? - -Just comment out the call() to CHARMS near the end of start_day.py - -# Want to add AoC-Tiles? - -Author: https://github.com/LiquidFun/aoc_tiles - -- Run `pre-commit install --hook-type post-commit` -- In .pre-commit-config.yaml change the --overwrite-year option as needed -- Optional: Copy your .session file to session.cookie -- For more options see: https://github.com/LiquidFun/aoc_tiles/blob/main/aoc_tiles/config.py - -Tiles will be added to this README between the following lines: \ No newline at end of file