Re: [openstack-dev] [all] Update to flake8 and failures despite # flake8: noqa

2018-10-26 Thread Sean McGinnis
On Fri, Oct 26, 2018 at 12:53:17PM -0400, David Moreau Simard wrote: > Hi openstack-dev, > > I stumbled on odd and sudden pep8 failures with ARA recently and > brought it up in #openstack-infra [1]. > > It was my understanding that appending " # flake8: noqa" to a line of > code would have

[openstack-dev] [all] Update to flake8 and failures despite # flake8: noqa

2018-10-26 Thread David Moreau Simard
Hi openstack-dev, I stumbled on odd and sudden pep8 failures with ARA recently and brought it up in #openstack-infra [1]. It was my understanding that appending " # flake8: noqa" to a line of code would have flake8 ignore this line if it happened to violate any linting rules. It turns out that,