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 5f1b13d commit 3163b59Copy full SHA for 3163b59
.pre-commit-config.yaml
@@ -125,7 +125,7 @@ repos:
125
126
- id: uv-lock
127
name: uv-lock
128
- entry: uv lock
+ entry: bash ./tools/update-locks.sh
129
language: python
130
require_serial: true
131
files: ^(uv\.lock|pyproject\.toml|requirements.txt|requirements/.*\.txt)$
tools/update-locks.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+set -eu
3
+
4
+uv lock
0 commit comments