We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1fab9 commit b2547d3Copy full SHA for b2547d3
2 files changed
.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.2
+ rev: v0.15.4
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.10.6
+ rev: 0.10.7
99
100
- id: uv-lock
101
Dockerfile
@@ -1,5 +1,5 @@
1
# hadolint global ignore=DL3008
2
-FROM ghcr.io/astral-sh/uv:0.10.6@sha256:2f2ccd27bbf953ec7a9e3153a4563705e41c852a5e1912b438fc44d88d6cb52c AS uv
+FROM ghcr.io/astral-sh/uv:0.10.7@sha256:edd1fd89f3e5b005814cc8f777610445d7b7e3ed05361f9ddfae67bebfe8456a AS uv
3
4
##
5
# base
0 commit comments