holdenk created AIRFLOW-3558: -------------------------------- Summary: Have tox flake8 skip ignored and hidden directories Key: AIRFLOW-3558 URL: https://issues.apache.org/jira/browse/AIRFLOW-3558 Project: Apache Airflow Issue Type: Improvement Reporter: holdenk Assignee: holdenk
By default if you run tox with the flake8 target in Airflow it checks all of the directories, this includes .eggs, env, etc. all of which are ignored by our gitignore but cat by flake8 and gives a bunch of errors for non-Airflow code. -- This message was sent by Atlassian JIRA (v7.6.3#76005)