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 0466803 commit c0d0130Copy full SHA for c0d0130
1 file changed
scripts/lint
@@ -13,5 +13,8 @@ uv run mypy .
13
echo "==> Running lints"
14
uv run ruff check . "$@"
15
16
+echo "==> Running format check"
17
+uv run ruff format --check .
18
+
19
echo "==> Making sure it imports"
20
uv run python -c 'import runloop_api_client'
0 commit comments