Formatting only, no behaviour change — the rewrite in eecc4aa left the file unformatted and the push lint gate flags it. Mine to fix.
Separate, pre-existing: the lint gate is red on main regardless — 90 other files fail ruff format and tests/unit/test_f211_sso_skip.py fails ruff check C420. Neither is touched here. Raised as findings, not fixed, since a 90-file reformat is the operator's call.
Formatting only, no behaviour change — the rewrite in `eecc4aa` left the file unformatted and the push lint gate flags it. Mine to fix.
**Separate, pre-existing:** the lint gate is red on `main` regardless — 90 other files fail `ruff format` and `tests/unit/test_f211_sso_skip.py` fails `ruff check` C420. Neither is touched here. Raised as findings, not fixed, since a 90-file reformat is the operator's call.
Self-inflicted: the rewrite in eecc4aa left the file unformatted, which the push
lint gate flags. Formatting only - no behaviour change.
(Note for the operator: the gate is red on main for unrelated reasons - 90 other
files also fail ruff format, and tests/unit/test_f211_sso_skip.py fails ruff
check C420. Neither is touched here; both predate this branch.)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Formatting only, no behaviour change — the rewrite in
eecc4aaleft the file unformatted and the push lint gate flags it. Mine to fix.Separate, pre-existing: the lint gate is red on
mainregardless — 90 other files failruff formatandtests/unit/test_f211_sso_skip.pyfailsruff checkC420. Neither is touched here. Raised as findings, not fixed, since a 90-file reformat is the operator's call.