Skip to content

Commit d624ccc

Browse files
committed
Infrastructure: Update script to include all Python files
1 parent 9526ab2 commit d624ccc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/fix_format.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ fi
3434
echo "Running Pyink for Python..."
3535
cd "$REPO_ROOT/agent_sdks/python"
3636
if [ "$CHECK_ONLY" = true ]; then
37-
uv run pyink --check src tests
37+
uv run pyink --check --extend-exclude "agent_sdks/conformance/test_data/" "$REPO_ROOT"
3838
else
39-
uv run pyink src tests
39+
uv run pyink --extend-exclude "agent_sdks/conformance/test_data/" "$REPO_ROOT"
4040
fi
4141

4242
echo "Running Dart format..."

0 commit comments

Comments
 (0)