sadpandajoe opened a new pull request, #43603: URL: https://github.com/apache/superset/pull/43603
### SUMMARY Repairs the deterministic failures reported by the scheduled all-files pre-commit workflow: - widens the inferred `column_formats` value type to match `ExplorableData` - restores Ruff's first-party import grouping for `superset_core.semantic_layers` - applies the pinned Oxfmt 0.64.0 output to all three files reported by the failed job This is an automation-owned replacement for the overlapping work in #43366. That PR correctly includes the MyPy, Ruff, and `ColumnConfigControl/types.ts` changes, but omits the reported Oxfmt rewrites in `dashboardLayout.ts` and `dataMask/reducer.ts`. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Not applicable; this changes type/lint/format output only. ### TESTING INSTRUCTIONS - `pre-commit run mypy --all-files` - `ruff check superset-core/src/superset_core/semantic_layers/layer.py` - `npx oxfmt --check --no-error-on-unmatched-pattern -- src/dashboard/actions/dashboardLayout.ts src/dataMask/reducer.ts src/explore/components/controls/ColumnConfigControl/types.ts` from `superset-frontend` - `pre-commit run --all-files` was executed before push. The repair-specific hooks pass; the local full sweep also reported unrelated baseline lint findings and missing generated frontend/docs build outputs. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
