Skip to content

Commit c0d0130

Browse files
committed
cp dines
1 parent 0466803 commit c0d0130

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/lint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ uv run mypy .
1313
echo "==> Running lints"
1414
uv run ruff check . "$@"
1515

16+
echo "==> Running format check"
17+
uv run ruff format --check .
18+
1619
echo "==> Making sure it imports"
1720
uv run python -c 'import runloop_api_client'

0 commit comments

Comments
 (0)