Re: [PATCH v3 02/13] python: disable pylint errors for aqmp-tui

2021-08-05 Thread John Snow
On Fri, Jul 30, 2021 at 4:19 PM G S Niteesh Babu wrote: > Disable missing-docstring and fixme pylint warnings. > This is because since the AQMP is just a prototype > it is currently not documented properly and lot > of todo and fixme's are still in place. > > Signed-off-by: G S Niteesh Babu > --

[PATCH v3 02/13] python: disable pylint errors for aqmp-tui

2021-07-30 Thread G S Niteesh Babu
Disable missing-docstring and fixme pylint warnings. This is because since the AQMP is just a prototype it is currently not documented properly and lot of todo and fixme's are still in place. Signed-off-by: G S Niteesh Babu --- python/setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git