gemini-code-assist[bot] commented on code in PR #38334: URL: https://github.com/apache/beam/pull/38334#discussion_r3163687112
########## sdks/python/apache_beam/typehints/arrow_type_compatibility.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/batch_test.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/decorators_test.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/native_type_compatibility.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/schemas.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/typecheck_test.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/typehints_test.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/row_type.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/native_type_compatibility_test.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/decorators.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/pandas_type_compatibility.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/schemas_test.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/typed_pipeline_test.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. ########## sdks/python/apache_beam/typehints/typehints.py: ########## @@ -1,3 +1,4 @@ +# ruff: noqa: UP006 Review Comment:  The ruff ignore comment should be placed after the license header if possible, or at least not be the very first line of the file to maintain consistency with other files in the repository. -- 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]
