Re: [vpp-dev] PEP8 expert needed

2019-01-29 Thread Paul Vinciguerra
They started popping up because a new version was released earlier today. *https://pypi.org/project/pycodestyle/ * *Changelog * 2.5.0 (2019-01-29) New checks: * E117: Over-indented code blocks * W505: Maximum doc-string length only when configured with –max-doc-length -=-=-=-=-=-=-=-=-=-=-=- Link

Re: [vpp-dev] PEP8 expert needed

2019-01-29 Thread Ed Kern via Lists.Fd.Io
I’m sure someone beat me to it but if not.. https://gerrit.fd.io/r/17146 Ed On Jan 29, 2019, at 12:42 PM, Damjan Marion via Lists.Fd.Io mailto:dmarion=me@lists.fd.io>> wrote: Can somebody with python skills take care for this checkstyle errors, not sure why they started popping out no

[vpp-dev] PEP8 expert needed

2019-01-29 Thread Damjan Marion via Lists.Fd.Io
Can somebody with python skills take care for this checkstyle errors, not sure why they started popping out now... Thanks! 19:13:35 /w/workspace/vpp-checkstyle-verify-master/test/test_syslog.py:132:17: E117 over-indented 19:13:35 self.logger.error(ppp("invalid packet:", capture[0])) 19:13:3