[code-quality] Re: [PATCH] man/pylint.1: Change '-' to '\-' for options

2020-07-29 Thread Anthony Sottile
Hi Bjarni Ingi Gislason, Please send your patches as pull requests so they can be reviewed and/or merged: https://github.com/pycqa/pylint Anthony > Signed-off-by: Bjarni Ingi Gislason > --- > man/pylint.1 | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) >

[code-quality] pylint-3 and @contextmanager

2020-07-29 Thread Stephen Satchell
I ran into the bug where a decorated function is not recognized as a context-managed function. Because I'm on a rather tight deadline, I rewrote the function as a context-managed class and got everything working. When researching the pylint report, I found that others found the same problem.