You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/05 15:25:05 UTC

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6504: [AIRFLOW-5852] Make tests.www pylint compatible

nuclearpinguin commented on a change in pull request #6504: [AIRFLOW-5852] Make tests.www pylint compatible
URL: https://github.com/apache/airflow/pull/6504#discussion_r342623263
 
 

 ##########
 File path: pylintrc
 ##########
 @@ -285,7 +285,7 @@ ignore-on-opaque-inference=yes
 # List of class names for which member attributes should not be checked (useful
 # for classes with dynamically set attributes). This supports the use of
 # qualified names.
-ignored-classes=optparse.Values,thread._local,_thread._local
+ignored-classes=optparse.Values,thread._local,_thread._local,sqlalchemy.orm.scoping.scoped_session
 
 Review comment:
   @mik-laj @potiuk @ashb what do you think about ignoring this class? Otherwise we will have to disable `no-member`. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services