coopergillan commented on pull request #10671: URL: https://github.com/apache/airflow/pull/10671#issuecomment-685882664
I need some help understanding the "no pylint" failure. It looks like it has to do with `black` formatting: ```bash black.............................................................................................................................Failed - hook id: black - files were modified by this hook reformatted /home/runner/work/airflow/airflow/airflow/providers/amazon/aws/hooks/aws_dynamodb.py reformatted /home/runner/work/airflow/airflow/airflow/providers/amazon/aws/hooks/base_aws.py reformatted /home/runner/work/airflow/airflow/airflow/providers/amazon/aws/hooks/kinesis.py All done! ✨ 🍰 ✨ 3 files reformatted, 1440 files left unchanged. ``` Is this requiring that `black` formatting be included? ---------------------------------------------------------------- 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]
