File tree Expand file tree Collapse file tree 4 files changed +501
-517
lines changed
Expand file tree Collapse file tree 4 files changed +501
-517
lines changed Original file line number Diff line number Diff line change 4747 with :
4848 # https://docs.astral.sh/uv/guides/integration/github/#using-uv-in-github-actions
4949 # It is considered best practice to pin to a specific uv version
50- version : " 0.8.23 "
50+ version : " 0.9.5 "
5151 # https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching
5252 enable-cache : true
5353 cache-dependency-glob : uv.lock
@@ -104,7 +104,7 @@ jobs:
104104 with :
105105 # https://docs.astral.sh/uv/guides/integration/github/#using-uv-in-github-actions
106106 # It is considered best practice to pin to a specific uv version
107- version : " 0.8.23 "
107+ version : " 0.9.5 "
108108 # https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching
109109 enable-cache : true
110110 cache-dependency-glob : uv.lock
Original file line number Diff line number Diff line change 2828 with :
2929 # https://docs.astral.sh/uv/guides/integration/github/#using-uv-in-github-actions
3030 # It is considered best practice to pin to a specific uv version
31- version : " 0.8.23 "
31+ version : " 0.9.5 "
3232 # https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching
3333 enable-cache : true
3434 cache-dependency-glob : uv.lock
7373 python-version : ${{ matrix.python-version }}
7474 # https://docs.astral.sh/uv/guides/integration/github/#using-uv-in-github-actions
7575 # It is considered best practice to pin to a specific uv version
76- version : " 0.8.23 "
76+ version : " 0.9.5 "
7777 # https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching
7878 enable-cache : true
7979 cache-dependency-glob : uv.lock
Original file line number Diff line number Diff line change 55 - id : end-of-file-fixer
66 - id : trailing-whitespace
77 - repo : https://github.com/astral-sh/ruff-pre-commit
8- rev : v0.13.3
8+ rev : v0.14.2
99 hooks :
1010 - id : ruff-check
1111 types_or : [ python, pyi ]
2121 - tomli
2222 - repo : https://github.com/astral-sh/uv-pre-commit
2323 # uv version.
24- rev : 0.8.23
24+ rev : 0.9.5
2525 hooks :
2626 # Update the uv lockfile
2727 - id : uv-lock
You can’t perform that action at this time.
0 commit comments