feluelle commented on a change in pull request #5786: [AIRFLOW-5170] Fix encoding pragmas, consistent licences for python files and related pylint fixes URL: https://github.com/apache/airflow/pull/5786#discussion_r314885527
########## File path: CONTRIBUTING.md ########## @@ -701,6 +705,10 @@ lint-dockerfile Lint dockerfile mypy Run mypy pylint Run pylint flake8 Run flake8 +insert-license Insert license automatically if missing for python files +debug-statements Check that there are no debug statements committed in python code +fix-encoding-pragma Add missing encoding pragmas in python files +check-hooks-apply Check that the hooks configured apply to the repository (meta-hook) Review comment: Wouldn't it be better to sort them alphabetically? ---------------------------------------------------------------- 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
