File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 with :
5757 python-version : ${{ matrix.python-version }}
5858 - name : Setup uv
59- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
59+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
6060 - name : Run Tox
6161 run : |
6262 uvx --with=tox-uv tox -e ${{ matrix.python-version }}
7171 with :
7272 python-version : 3.x
7373 - name : Setup uv
74- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
74+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
7575 - name : Run Tox
7676 run : |
7777 uvx --with=tox-uv tox -e typing
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ repos:
2626 - id : check-meltano
2727
2828- repo : https://github.com/astral-sh/ruff-pre-commit
29- rev : v0.15.10
29+ rev : v0.15.12
3030 hooks :
3131 - id : ruff-check
3232 - id : ruff-format
3333
3434- repo : https://github.com/astral-sh/uv-pre-commit
35- rev : 0.11.6
35+ rev : 0.11.8
3636 hooks :
3737 - id : uv-lock
3838 - id : uv-sync
You can’t perform that action at this time.
0 commit comments