Heather Lapointe

Results 9 comments of Heather Lapointe

Ran into this recently, and since I really don't like the messy "change import order" approach, nor do I want to rely on preloads in my environment, I used a...

> > I am trying to track down an issue I experienced with https://github.com/kube-vip/kube-vip > > Have you reported your issue to that project? I am fairly certain this is...

``` disable=similarities, spelling, design, fixme, singleton-comparison, invalid-name, superfluous-parens, abstract-method, redefined-outer-name, no-init, old-style-class, redefined-builtin, useless-object-inheritance, useless-super-delegation, no-else-return, bad-continuation ``` My original command was: `$ python3 -m pylint --disable=all --enable=F MM/`

Thanks for taking your time for this one. I found out it was triggered by having reports=yes in my pylintrc. Running with `python3 -m pylint --disable=all,RP0801 --enable=F MM/` does not...

@medyagh no changes, but figured I'd spin tests some more. Currently looking like there is another side for https://github.com/kubernetes/test-infra/pull/35521 that isn't implemented.