jrmccluskey commented on PR #38008: URL: https://github.com/apache/beam/pull/38008#issuecomment-4178897627
I know a lot of workflows are in various states of failure or flakiness but the linting workflow is not one of them, please don't ignore signal from it. ``` Running pylint... ************* Module apache_beam.examples.inference.vllm_text_completion apache_beam/examples/inference/vllm_text_completion.py:41:0: C0301: Line too long (81/80) (line-too-long) apache_beam/examples/inference/vllm_text_completion.py:42:0: C0301: Line too long (81/80) (line-too-long) apache_beam/examples/inference/vllm_text_completion.py:144:0: C0301: Line too long (91/80) (line-too-long) ************* Module apache_beam.ml.inference.vllm_inference apache_beam/ml/inference/vllm_inference.py:204:0: C0301: Line too long (81/80) (line-too-long) ``` -- 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]
