Hey everyone,
Is there a pylint plugin for metaflow? My organization uses pylint as a CI step and some of the normal patterns in metaflow like defining class instance variables without first defining them in
___init___
are considered bad practice by pylint:
Attribute 'image_id' defined outside
init (
W0201)