sfirke commented on PR #37581: URL: https://github.com/apache/superset/pull/37581#issuecomment-3828388852
I see that pre-commit is failing with this: ❌ Pre-commit check failed (exit code: 1). 🔍 Modified files: superset-frontend/src/components/ListView/ListView.tsx I hear you that it is modifying files it shouldn't. So instead of running it with a flag to touch all files, can you modify the command to touch only that file? Or run it on all files and only keep the changes to this one, reverting the other changes? Because it seems like there is some white space or formatting issue with this one file you modified. And we can't merge it until it passes GitHub's CI checks. -- 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]
