You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python SDK codebase has accumulated significant lint issues that were previously hidden because the CI workflow was running .NET commands (dotnet restore/build/test) instead of Python tooling.
Technical Debt
The Python SDK codebase has accumulated significant lint issues that were previously hidden because the CI workflow was running .NET commands (dotnet restore/build/test) instead of Python tooling.
Scope
Current CI behavior (from PR #12)
Recommendation