Fixing typecheck for service switcher.

This commit is contained in:
filipi87
2026-04-17 12:44:57 -03:00
parent f5f92dea63
commit 0340e25e9f
3 changed files with 11 additions and 7 deletions

View File

@@ -6,5 +6,9 @@ PROJECT_ROOT="$(dirname "$SCRIPT_DIR")"
echo "Running ruff format..."
uv run ruff format "$PROJECT_ROOT"
echo "Running ruff check..."
uv run ruff check --fix "$PROJECT_ROOT"
echo "Running pyright check..."
uv run pyright