bito-code-review[bot] commented on PR #41661: URL: https://github.com/apache/superset/pull/41661#issuecomment-4877136143
<!-- Bito Reply --> To resolve the failing pre-commit check, you need to run the project's Prettier formatting command locally. Since the `prettier-frontend` hook identified that `superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx` requires reformatting, please execute the following command in your terminal: ```bash npm run prettier -- --write superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx ``` After running this command, stage the changes and push them to your branch. This will ensure the file adheres to the project's style guidelines and allow the pre-commit check to pass. -- 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]
