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 f4b70ce commit 98759f9Copy full SHA for 98759f9
.github/workflows/test-python.yml
@@ -30,13 +30,11 @@ jobs:
30
with:
31
enable-cache: true
32
python-version: "3.10"
33
-
34
- name: Install just
35
run: uv tool install rust-just
36
- name: Install Python dependencies
37
run: |
38
just install
39
40
- name: Run linters
41
42
just lint-manual
.pre-commit-config.yaml
@@ -125,7 +125,7 @@ repos:
125
126
- id: uv-lock
127
name: uv-lock
128
- entry: bash ./tools/update-locks.sh
+ entry: uv lock
129
language: python
130
require_serial: true
131
files: ^(uv\.lock|pyproject\.toml|requirements.txt|requirements/.*\.txt)$
tools/update-locks.sh
0 commit comments