linting errors related to ambiguous variable names

Issue #81 resolved
Thomas Gilgenast created an issue

recently, pipelines are failing during linting with

E741 ambiguous variable name 'l'

an example is here: https://bitbucket.org/creminslab/lib5c/addon/pipelines/home#!/results/97

our guess is that flake8 defaults changed in a newer version, which is why linting passes locally

Comments (2)

  1. Thomas Gilgenast reporter

    for simplicity, we will choose to handle this by adding an exception for E741at the setup.cfg level

  2. Log in to comment