XD-DENG commented on a change in pull request #4415: [AIRFLOW-3606] Fix Flake8 test & fix the Flake8 errors introduced since Flake8 test was broken URL: https://github.com/apache/incubator-airflow/pull/4415#discussion_r244628797
########## File path: .flake8 ########## @@ -1,4 +1,3 @@ [flake8] max-line-length = 110 ignore = E731 -exclude = .git, env, venv, .venv, VENV, .tox, .eggs, .* Review comment: I'm not completely sure, but I believe it's the `.*`. But before we trouble-shoot thoroughly, I would suggest to revert the whole line to ensure that Travis CI works as expected. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
