feluelle commented on a change in pull request #6504: [AIRFLOW-5852] Make tests.www pylint compatible URL: https://github.com/apache/airflow/pull/6504#discussion_r342729684
########## 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: +1 for ignoring this class. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
