Re: [RFC PATCH v3 01/20] python: update pylint configuration

2023-04-25 Thread Daniel P . Berrangé
On Mon, Apr 24, 2023 at 04:02:29PM -0400, John Snow wrote: > Pylint 2.17.x decided that SocketAddrT was a bad name for a Type Alias for > some > reason. Sure, fine, whatever. > > Signed-off-by: John Snow > --- > python/setup.cfg | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Daniel P. Be

[RFC PATCH v3 01/20] python: update pylint configuration

2023-04-24 Thread John Snow
Pylint 2.17.x decided that SocketAddrT was a bad name for a Type Alias for some reason. Sure, fine, whatever. Signed-off-by: John Snow --- python/setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.cfg b/python/setup.cfg index 9e923d9762..3f36502954 100644 --- a/python/set