We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72afe77 commit b16fc00Copy full SHA for b16fc00
.pre-commit-config.yaml
@@ -71,7 +71,7 @@ repos:
71
args: [--fix]
72
73
- repo: https://github.com/astral-sh/ruff-pre-commit
74
- rev: v0.14.10
+ rev: v0.14.11
75
hooks:
76
- id: ruff
77
types_or: [python, pyi, jupyter]
@@ -95,7 +95,7 @@ repos:
95
- id: taplo-format
96
97
- repo: https://github.com/astral-sh/uv-pre-commit
98
- rev: 0.9.22
+ rev: 0.9.24
99
100
- id: uv-lock
101
Dockerfile
@@ -1,5 +1,5 @@
1
# hadolint global ignore=DL3008
2
-FROM ghcr.io/astral-sh/uv:0.9.22@sha256:2320e6c239737dc73cccce393a8bb89eba2383d17018ee91a59773df802c20e6 AS uv
+FROM ghcr.io/astral-sh/uv:0.9.24@sha256:816fdce3387ed2142e37d2e56e1b1b97ccc1ea87731ba199dc8a25c04e4997c5 AS uv
3
4
##
5
# base
0 commit comments