Tobias Macey
05/05/2020, 3:55 PMoutput_defs=[OutputDefinition(name='foo_out']
and then later in the function I yield Output(results, 'boo_out')
it would fail the linting. That would allow for real-time feedback while editing without having to constantly flip between the beginning and end of the function to make sure you've got everything matched up, especially when doing refactoring.alex
05/05/2020, 4:06 PMTobias Macey
05/05/2020, 4:08 PMalex
05/05/2020, 4:08 PMdagster
specific problems that a linter could catch - a dedicated flake8 plugin is probably a good idea and I believe something weld be willing to have in the repo and support over time.Tobias Macey
05/05/2020, 4:08 PMalex
05/05/2020, 5:34 PM