Skip to content

Commit 0bf98da

Browse files
sandhoseclaude
andcommitted
Use uv run in lint.sh to match CONTRIBUTING.md instructions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 508c02d commit 0bf98da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts-dev/lint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ echo
9494
# Print out the commands being run
9595
set -x
9696

97-
ruff check --fix "${files[@]}"
98-
ruff format "${files[@]}"
99-
mypy "${files[@]}"
97+
uv run ruff check --fix "${files[@]}"
98+
uv run ruff format "${files[@]}"
99+
uv run mypy "${files[@]}"

0 commit comments

Comments
 (0)