We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5707c45 commit 92ebbb5Copy full SHA for 92ebbb5
.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.15.9
+ rev: v0.15.10
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.11.4
+ rev: 0.11.6
99
100
- id: uv-lock
101
Dockerfile
@@ -1,5 +1,5 @@
1
# hadolint global ignore=DL3008
2
-FROM ghcr.io/astral-sh/uv:0.11.4@sha256:5164bf84e7b4e2e08ce0b4c66b4a8c996a286e6959f72ac5c6e0a3c80e8cb04a AS uv
+FROM ghcr.io/astral-sh/uv:0.11.6@sha256:b1e699368d24c57cda93c338a57a8c5a119009ba809305cc8e86986d4a006754 AS uv
3
4
##
5
# base
0 commit comments