Lucas, Are you planning the same for autotest core?
Julius -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Lucas Meneghel Rodrigues Sent: Tuesday, September 10, 2013 7:03 AM To: Virt Test Development Mailing List; [email protected] Subject: Re: [Autotest] [ANNOUNCEMENT] virt-test PEP8 conversion carried during the weekend On 09/09/2013 04:07 PM, Lucas Meneghel Rodrigues wrote: > I forgot to write about it this morning, but it's worth mentioning > still > - During Sunday, virt-test migrated to a far more PEP8 compliant > coding style, and with it, a bunch of both spelling and style fixes. > > Due to the difficulty of fixing a couple of problems: > > * The many places where we have line lengths > 80 > * The places where we use some_dict.has_key('foo'), when it is > apparently deprecated (one should use 'foo' in some_dict). > > So those were ignored, and we may try to fix it, although I'm not sure > if we should ever do it. > > I'm working on doing the heavy work of docstring conversion, and > should update you guys about it shortly. Docstring conversion done, so we are all living in a cleaner, more PEP8/sphinx compliant world. Please check your open pull requests, it'll be interesting to rebase them if you haven't already. Also, take some time to see the new tools tools/run_pep8.py tools/codespell/codespell.py The later one does require you do a git submodule init; git submodule update before you can actually use it. Cheers, Lucas _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
