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
Configure Ruff to use a 120-character line length and establish the repository's formatting baseline. Update the CI style workflow to run ruff format --check ., ensuring all future Python changes comply with the defined formatting rules.
Configure Ruff to use a 120-character line length and establish the repository's formatting baseline. Update the CI style workflow to run ruff format --check ., ensuring all future Python changes comply with the defined formatting rules.