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 ae3b329 commit c04bd39Copy full SHA for c04bd39
.pre-commit-config.yaml
@@ -55,7 +55,7 @@ repos:
55
- id: actionlint
56
57
- repo: https://github.com/editorconfig-checker/editorconfig-checker
58
- rev: v3.5.0
+ rev: v3.6.0
59
hooks:
60
- id: editorconfig-checker
61
@@ -95,7 +95,7 @@ repos:
95
- id: taplo-format
96
97
- repo: https://github.com/astral-sh/uv-pre-commit
98
- rev: 0.9.11
+ rev: 0.9.12
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.11@sha256:5aa820129de0a600924f166aec9cb51613b15b68f1dcd2a02f31a500d2ede568 AS uv
+FROM ghcr.io/astral-sh/uv:0.9.12@sha256:0eaa66c625730a3b13eb0b7bfbe085ed924b5dca6240b6f0632b4256cfb53f31 AS uv
3
4
##
5
# base
0 commit comments