Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Joshua Carp 167f2cd6cd [AIRFLOW-3631] Update flake8 and fix lint. (#4436) 2019-01-08 09:12:08 -08:00
Xiaodong 0d5c127d72 [AIRFLOW-3606] Fix Flake8 test & fix the Flake8 errors introduced since Flake8 test was broken (#4415)
The flake8 test in the Travis CI was broken since https://github.com/apache/incubator-airflow/pull/4361
(7a6acbf5b3 )

And some Flake8 errors (code style/quality issues. found in 10 files) were introduce since flake8 test was broken.
2019-01-01 22:49:38 -08:00
Holden Karau 7a6acbf5b3 [AIRFLOW-3558] Improve default tox flake8 excludes (#4361)
Right now our gitignore skips a bunch of temporary Python directories
but our flake8 config will still test against them, leading to
unnecessary error messages. This changes the excludes
to skip the common directories that can cause false flake8 failures.
2018-12-23 09:49:41 +02:00
Fokko Driesprong 0e8394fd23 [AIRFLOW-3190] Make flake8 compliant (#4035)
Enforce Flake8 over the entire project
2018-10-12 22:22:52 +01:00