Lee-W commented on code in PR #66519: URL: https://github.com/apache/airflow/pull/66519#discussion_r3200041684
########## scripts/ci/prek/check_sdk_imports.py: ########## @@ -31,6 +31,8 @@ from common_prek_utils import console +NOCHECK_MARKER = "# nocheck: sdk-imports" Review Comment: should we unify the style by using `# noqa` like `# noqa: MIG003` -- 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]
