michael-s-molina commented on PR #34890: URL: https://github.com/apache/superset/pull/34890#issuecomment-3234591422
> I am really curious as to how I can solve the pre-commit failing checks similar to the failing tests here. I have had troubles with it all day long. @LevisNgigi You just need to run: ``` pre-commit run (works on staged but not committed changes) ``` or ``` pre-commit run --all-files (works on all files) ``` Here's the output in this PR that shows the formatting problems: <img width="1417" height="911" alt="Screenshot 2025-08-28 at 15 51 51" src="https://github.com/user-attachments/assets/0b5b5ab9-6ee8-4fba-9637-9ac33f059161" /> -- 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]
