TheNeuralBit commented on PR #21803: URL: https://github.com/apache/beam/pull/21803#issuecomment-1154393305
I can help trace the code so you know what to add to your hooks :) The precommit runs the `py37-lint` tox config: https://github.com/apache/beam/blob/d2fb942b2ea113a845951452e6a6f60b938bd5ec/sdks/python/tox.ini#L107-L120 Which runs the run_pylint.sh script, which runs isort with this definition: https://github.com/apache/beam/blob/d2fb942b2ea113a845951452e6a6f60b938bd5ec/sdks/python/scripts/run_pylint.sh#L109-L110 -- 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]
