Skip to content

Commit 8d10f7f

Browse files
committed
updated lint script to properly use uv
1 parent 1c453a7 commit 8d10f7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/lint

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
2+
set -euo pipefail
23

3-
set -e
4-
4+
# Move to project root
55
cd "$(dirname "$0")/.."
66

7-
ruff check . --fix
7+
uv run ruff check . --fix

0 commit comments

Comments
 (0)