Re: Thomas: Rev d89b7c adds pylint suppressions. Only VR3 affected

2023-01-27 Thread Thomas Passin
I see - rc_fn = 'pylint-leo-rc.txt' table = ( os.path.abspath(os.path.join(home_dir, '.leo', rc_fn)), os.path.abspath(os.path.join(base_dir, 'leo', 'test', rc_fn)), ) On Friday, January 27, 2023 at 8:59:49 PM UTC-5 Thomas Passin wrote: > What, you can't set a command

Re: Thomas: Rev d89b7c adds pylint suppressions. Only VR3 affected

2023-01-27 Thread Thomas Passin
What, you can't set a command line option to point the the file? OK, I'll go on a hunt. On Friday, January 27, 2023 at 7:32:29 PM UTC-5 Edward K. Ream wrote: > On Fri, Jan 27, 2023 at 4:27 PM Thomas Passin wrote: > >> >> >> On Friday, January 27, 2023 at 4:33:45 PM UTC-5 Edward K. Ream wrote:

Re: Thomas: Rev d89b7c adds pylint suppressions. Only VR3 affected

2023-01-27 Thread Edward K. Ream
On Fri, Jan 27, 2023 at 4:27 PM Thomas Passin wrote: > > > On Friday, January 27, 2023 at 4:33:45 PM UTC-5 Edward K. Ream wrote: > Did you update your *active* copy of pylint-leo-rc.txt? You shouldn't be > seeing these complaints. > > I don't know what you mean. The new version is in its place

Re: Thomas: Rev d89b7c adds pylint suppressions. Only VR3 affected

2023-01-27 Thread Thomas Passin
On Friday, January 27, 2023 at 4:33:45 PM UTC-5 Edward K. Ream wrote: Did you update your *active* copy of pylint-leo-rc.txt? You shouldn't be seeing these complaints. I don't know what you mean. The new version is in its place in leo/test. What else needs to be done to make it "active"?

Re: Thomas: Rev d89b7c adds pylint suppressions. Only VR3 affected

2023-01-27 Thread Edward K. Ream
On Fri, Jan 27, 2023 at 2:14 PM Thomas Passin wrote: As you probably remember, VR3 inherited lots of code from VR2, which > inherited from VR. And some new code I worked up more or less followed > similar code from those earlier versions. I've been hoping to avoid > restructuring any of that

Re: Thomas: Rev d89b7c adds pylint suppressions. Only VR3 affected

2023-01-27 Thread Thomas Passin
As you probably remember, VR3 inherited lots of code from VR2, which inherited from VR. And some new code I worked up more or less followed similar code from those earlier versions. I've been hoping to avoid restructuring any of that code, but maybe I should consider it at last. With this

Re: Thomas: Rev d89b7c adds pylint suppressions. Only VR3 affected

2023-01-27 Thread Edward K. Ream
On Friday, January 27, 2023 at 1:52:18 PM UTC-6 Edward K. Ream wrote: > When pylint VR3, it would be best to remove the disabled pylint suppressions. I meant to say, when pylint *passes* VR3. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor"

Thomas: Rev d89b7c adds pylint suppressions. Only VR3 affected

2023-01-27 Thread Edward K. Ream
The following changes likely affect only VR3. See below. Rev d89b7c in devel adds the following suppressions to leo/test/pylint-leo-rc-*ref*.txt: too-many-branches too-many-locals too-many-public-methods