sfirke commented on PR #30506: URL: https://github.com/apache/superset/pull/30506#issuecomment-2691175498
For the line length, I wonder if adding `# noqa: E501` to the end of the line would help? Maybe that comment string needs to occur before the line length hits its limit and that's why it's not working right now? I'm looking at https://docs.astral.sh/ruff/rules/line-too-long/#error-suppression and https://stackoverflow.com/a/77396292 -- 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]
