Skip to content

Commit 98759f9

Browse files
committed
undo other changes
1 parent f4b70ce commit 98759f9

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/test-python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ jobs:
3030
with:
3131
enable-cache: true
3232
python-version: "3.10"
33-
3433
- name: Install just
3534
run: uv tool install rust-just
3635
- name: Install Python dependencies
3736
run: |
3837
just install
39-
4038
- name: Run linters
4139
run: |
4240
just lint-manual

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ repos:
125125

126126
- id: uv-lock
127127
name: uv-lock
128-
entry: bash ./tools/update-locks.sh
128+
entry: uv lock
129129
language: python
130130
require_serial: true
131131
files: ^(uv\.lock|pyproject\.toml|requirements.txt|requirements/.*\.txt)$

tools/update-locks.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)