ashb commented on a change in pull request #5808: [AIRFLOW-5205] Check xml files depends on AIRFLOW-5161, AIRFLOW-5170, AIRFLOW-5180, AIRFLOW-5204, URL: https://github.com/apache/airflow/pull/5808#discussion_r313452023
########## File path: airflow/_vendor/slugify/slugify.py ########## @@ -1,3 +1,6 @@ +# -*- coding: utf-8 -*- +# pylint: skip-file +"""Slugify !""" Review comment: I'd rather we don't touch the files under airflow/_vendor/ unless we _have_ to. ---------------------------------------------------------------- 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
