File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tools ]
22"pipx:mypy" = " 1.19"
3- "pipx:poetry" = " 2.2"
4- poetry = " 2.1.2"
3+ poetry = " 2.3.2"
54ruff = " 0.14.10"
65
76[tasks ]
Original file line number Diff line number Diff line change 3030
3131 - name : Install dependencies
3232 run : |
33- pip install poetry
34- poetry install --no-root
33+ pip install poetry==2.3.2
34+ poetry install --no-root --with=docs
3535
3636 - name : Build site
3737 run : poetry run mkdocs build -f .config/mkdocs.yaml
Original file line number Diff line number Diff line change 5858 uses : packetcoders/action-setup-cache-python-poetry@main
5959 with :
6060 python-version : ${{ matrix.python-version }}
61- poetry-version : 2.1.1
61+ poetry-version : 2.3.2
6262
6363 - name : Install dependencies
6464 run : poetry install
8383 uses : packetcoders/action-setup-cache-python-poetry@main
8484 with :
8585 python-version : 3.12
86- poetry-version : 2.1.1
86+ poetry-version : 2.3.2
8787 - name : Mint token
8888 id : mint
8989 uses : tschm/token-mint-action@v1.0.3
Original file line number Diff line number Diff line change 2828 - id : ruff-format
2929 pass_filenames : false
3030- repo : https://github.com/python-poetry/poetry
31- rev : 2.1 .2
31+ rev : 2.3 .2
3232 hooks :
3333 - id : poetry-check
3434- repo : https://github.com/pre-commit/mirrors-mypy
You can’t perform that action at this time.
0 commit comments