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 d0c5a9d commit 4fa58a0Copy full SHA for 4fa58a0
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ default_stages:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit
9
- rev: v4.5.0
+ rev: v4.5.1
10
hooks:
11
- id: validate_manifest
12
@@ -95,7 +95,7 @@ repos:
95
- id: taplo-format
96
97
- repo: https://github.com/astral-sh/uv-pre-commit
98
- rev: 0.9.17
+ rev: 0.9.18
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.17@sha256:5cb6b54d2bc3fe2eb9a8483db958a0b9eebf9edff68adedb369df8e7b98711a2 AS uv
+FROM ghcr.io/astral-sh/uv:0.9.18@sha256:5713fa8217f92b80223bc83aac7db36ec80a84437dbc0d04bbc659cae030d8c9 AS uv
3
4
##
5
# base
0 commit comments