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

11 Коммитов

Автор SHA1 Сообщение Дата
Tomek Urbaszek 311140616d
[AIRFLOW-6864] Make airfow/jobs pylint compatible (#7484)
fixup! [AIRFLOW-6864] Make airfow/jobs pylint compatible

fixup! fixup! [AIRFLOW-6864] Make airfow/jobs pylint compatible

fixup! [AIRFLOW-6864] Make airfow/jobs pylint compatible

fixup! [AIRFLOW-6864] Make airfow/jobs pylint compatible

fixup! [AIRFLOW-6864] Make airfow/jobs pylint compatible

fixup! [AIRFLOW-6864] Make airfow/jobs pylint compatible

fixup! [AIRFLOW-6864] Make airfow/jobs pylint compatible

fixup! [AIRFLOW-6864] Make airfow/jobs pylint compatible

fixup! [AIRFLOW-6864] Make airfow/jobs pylint compatible
2020-02-25 22:06:46 +01:00
dstandish d6170e8136 [AIRFLOW-6528] disable flake8 W503 line break before binary operator (#7124) 2020-01-10 17:06:00 +01:00
Kamil Breguła 76fe45e1d1 [AIRFLOW-5604] Remove duplicated isort check (#6272) 2019-10-06 18:10:47 +02:00
Jarek Potiuk 2d086d77f1
[AIRFLOW-4117] Travis CI uses multi-stage images to run tests (#4938) 2019-07-17 22:42:43 +02:00
Jarek Potiuk 8f41eb75ad [AIRFLOW-4905] Add colours to flake8 output (#5541) 2019-07-11 14:06:44 +01:00
Felix ba5289271c [AIRFLOW-3983] Exclude node_modules from being linted by flake8 (#4809) 2019-03-01 21:54:18 -08:00
Bolke de Bruin e36bdef0b3 [AIRFLOW-3697] Vendorize nvd3 and slugify
nvd3 has a dependency on python-slugify which pulls in a
GPL dependency by default, which we don't want.

This commit brings in nvd3 0.15.0 and slugify 2.0.1 WITH NO CHANGES -
those will come in the next commit
2019-02-23 18:30:17 +00:00
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