potiuk commented on a change in pull request #5238: [AIRFLOW-4364] Add Pylint to CI URL: https://github.com/apache/airflow/pull/5238#discussion_r281033845
########## File path: scripts/ci/ci_pylint.py ########## @@ -0,0 +1,104 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more Review comment: Should we add shebang here? `#!/usr/bin/env python3 ` And make the script executable. That would be helpful to run in standalone and indicate python3 compatibility ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
