Re: [PATCH 2/2] python: pylint 2.11 support

2021-09-16 Thread Willian Rampazzo
On Thu, Sep 16, 2021 at 3:24 PM John Snow wrote: > > We're not ready to enforce f-strings everywhere, so just silence this > new warning. Oh, boy! We are good, thanks :) > > Signed-off-by: John Snow > --- > python/setup.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by

Re: [PATCH 2/2] python: pylint 2.11 support

2021-09-16 Thread Eduardo Habkost
On Thu, Sep 16, 2021 at 02:22:48PM -0400, John Snow wrote: > We're not ready to enforce f-strings everywhere, so just silence this > new warning. > > Signed-off-by: John Snow Reviewed-by: Eduardo Habkost -- Eduardo

[PATCH 2/2] python: pylint 2.11 support

2021-09-16 Thread John Snow
We're not ready to enforce f-strings everywhere, so just silence this new warning. Signed-off-by: John Snow --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 0f0cab098f..fdca265fec 100644 --- a/python/setup.cfg +++