Re: Cleaning up the worst pep8 offenses

2017-11-20 Thread Matt Wilkie
> > For now, I think Leo's beautify commands are good enough. Note that you > can suppress these commands in individual nodes with @nobeautify. > Thanks for the reminder. I forgot they existed and had been doing things by hand. ;-) -- You received this message because you are subscribed to the

Re: Cleaning up the worst pep8 offenses

2017-11-20 Thread Edward K. Ream
On Mon, Nov 20, 2017 at 11:06 AM, jkn wrote: Just a general reminder for people (like me) who forget this sometimes: the > scope of PEP-8 is quite limited: > >This document gives coding conventions for the Python code *comprising > the standard library* in the main Python distribution > ​Heh

Re: Cleaning up the worst pep8 offenses

2017-11-20 Thread jkn
On Monday, November 20, 2017 at 2:31:38 AM UTC, Edward K. Ream wrote: > > > > On Sun, Nov 19, 2017 at 5:09 PM, Terry Brown > wrote: > >> >> >> > I have just created #584: clean up the worst pep8 offenses >> > . >> ​​ >> >> >> I occasionally fi

Re: Cleaning up the worst pep8 offenses

2017-11-20 Thread Edward K. Ream
On Sun, Nov 19, 2017 at 10:51 PM, Matt Wilkie wrote: > This passed off the port bow this evening: https://github.com/hayd/ > pep8radius. I like the approach, applying pep8 only in the vicinity of > where one has recently been working. > ​Interesting, and I like the demo. For now, I think Leo's

Re: Cleaning up the worst pep8 offenses

2017-11-19 Thread Matt Wilkie
This passed off the port bow this evening: https://github.com/hayd/pep8radius. I like the approach, applying pep8 only in the vicinity of where one has recently been working. On Sun, Nov 19, 2017 at 6:31 PM, Edward K. Ream wrote: > > > On Sun, Nov 19, 2017 at 5:09 PM, Terry Brown > wrote: > >>

Re: Cleaning up the worst pep8 offenses

2017-11-19 Thread Edward K. Ream
On Sun, Nov 19, 2017 at 5:09 PM, Terry Brown wrote: > > > > I have just created #584: clean up the worst pep8 offenses > > . > ​​ > > > I occasionally fix PEP 8 things when I see them, missing spaces after > commas particularly bug me, but I li

Re: Cleaning up the worst pep8 offenses

2017-11-19 Thread Terry Brown
On Sun, 19 Nov 2017 09:35:24 -0800 (PST) "Edward K. Ream" wrote: > I have just created #584 #584: clean up the worst pep8 offenses > . > > I welcome all comments. If you do have comments or suggestions, > please make them *here*, not in the i

Cleaning up the worst pep8 offenses

2017-11-19 Thread Edward K. Ream
I have just created #584 #584: clean up the worst pep8 offenses . I welcome all comments. If you do have comments or suggestions, please make them *here*, not in the issue itself. Edward -- You received this message because you are subscrib