rusackas commented on PR #42365: URL: https://github.com/apache/superset/pull/42365#issuecomment-5064540476
Thanks @hy144328! The pre-commit failure wasn't yours... the pylint hook was pulling migration files into its lint list even though they're meant to be excluded, and migrations legitimately call `session.commit()`. Pushed a one-line fix to the hook config, so hopefully CI goes green now 🤞 -- 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]
