ashb commented on a change in pull request #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible URL: https://github.com/apache/airflow/pull/7484#discussion_r382926937
########## File path: airflow/jobs/scheduler_job.py ########## @@ -29,7 +29,7 @@ from datetime import timedelta from typing import List, Set -from setproctitle import setproctitle +from setproctitle import setproctitle # pylint: disable=no-name-in-module Review comment: http://pylint.pycqa.org/en/latest/technical_reference/c_extensions.html We could add setproctitle to to the list, or disable this warning globally c-extension-no-member? Also perhaps ignored-modules=setproctitle may be needed ---------------------------------------------------------------- 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
