Closed fdlk closed 10 months ago
I have a single year in my repo and in the pre commit config I have tried to override the year:
repos: - repo: https://github.com/LiquidFun/aoc_tiles rev: 0.5.4 hooks: - id: aoc-tiles args: - --overwrite-year=2023
However, I get an error when I commit:
aoctiles: error: argument --overwrite-year: invalid Optional value: '2023'
I've tried without the = as well, so - --overwrite-year 2023 but then I get leaderboardNone.html with a 404 in it
- --overwrite-year 2023
I run into the same issue, something is off with setting the optional int
Can you test it in 0.5.6? It should be fixed now
0.5.6
Fixed in 0.5.6
I have a single year in my repo and in the pre commit config I have tried to override the year:
However, I get an error when I commit:
I've tried without the = as well, so
- --overwrite-year 2023
but then I get leaderboardNone.html with a 404 in it