bito-code-review[bot] commented on PR #44584: URL: https://github.com/apache/superset/pull/44584#issuecomment-5803899429
<!-- Bito Reply --> Adding `extend-function-names = ["__"]` to `[tool.ruff.lint.flake8-gettext]` is a recommended improvement to ensure consistency between Babel's extraction and Ruff's linting. Since `__` is used as a keyword for translation, explicitly configuring Ruff to recognize it will prevent `INT001` from missing these calls, even if it is not currently blocking any issues in the codebase. -- 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]
