Kaxil Naik
7d4925b842
[AIRFLOW-6331] Pylint: Disable Missing Module Docstring ( #6885 )
2019-12-24 00:20:13 +00:00
Kaxil Naik
57da456854
[AIRFLOW-6333] Bump Pylint to 2.4.4 & fix/disable new checks ( #6888 )
2019-12-24 00:17:02 +00:00
Jarek Potiuk
25e9047a4a
[AIRFLOW-6193] Do not use asserts in Airflow main code ( #6749 )
...
* [AIRFLOW-6193] Do not use asserts in Airflow main code
2019-12-09 15:57:42 +01:00
Tomek
0b42d9ddee
[AIRFLOW-5852] Make tests.www pylint compatible ( #6504 )
2019-11-05 19:52:03 +01:00
Kamil Breguła
76fe45e1d1
[AIRFLOW-5604] Remove duplicated isort check ( #6272 )
2019-10-06 18:10:47 +02:00
Kevin Yang
d719e1fd67
[AIRFLOW-5362] Reorder imports ( #5944 )
2019-10-02 16:30:03 +01:00
Jarek Potiuk
4780105798
[AIRFLOW-5256] Related pylint changes for common licences in python files ( #5786 )
2019-09-17 13:16:32 +02:00
Morten Post
93ca8b87a0
[AIRFLOW-4462] Use datetime2 column types when using MSSQL backend ( #5707 )
...
Change missing columns to datetime2. All columns of datetime are
now changed to datetime2.
Co-authored-by: mattinbits <3765307+mattinbits@users.noreply.github.com>
Co-authored-by: sirVir <sirVir@users.noreply.github.com>
pylint has poor support for alembic so alembic.op module will
fail ci if not ignored.
Fix code formatting.
2019-08-23 11:36:42 +01:00
Kamil Breguła
96933b0797
[AIRFLOW-4952] Remove unused arguments in tests ( #5586 )
2019-07-20 11:00:26 +02:00
Tomek
dc6909f0e2
[AIRFLOW-4891] Extend list of pylint good-names ( #5524 )
2019-07-04 15:12:09 +02:00
Tomek
8c4633c9f4
[AIRFLOW-4859] Extend list of pylint good-names ( #5496 )
...
Nearly 10% of pylint errors are related to invalid-name of variable.
So this commit propose to add cm, db, f, dr, op to pylint good-names.
2019-06-27 21:19:57 +02:00
Jarek Potiuk
4b7667d2ad
[AIRFLOW-4659] Fix pylint problems for api module ( #5398 )
2019-06-10 13:53:52 +02:00