Re: [PATCH v9 09/14] iotests: limit line length to 79 chars

2020-03-30 Thread John Snow
On 3/30/20 8:34 AM, Max Reitz wrote: > On 30.03.20 14:31, Max Reitz wrote: >> On 25.03.20 00:20, John Snow wrote: >>> 79 is the PEP8 recommendation. This recommendation works well for >>> reading patch diffs in TUI email clients. >>> >>> Signed-off-by: John Snow >>> --- >>>

Re: [PATCH v9 09/14] iotests: limit line length to 79 chars

2020-03-30 Thread Max Reitz
On 30.03.20 14:31, Max Reitz wrote: > On 25.03.20 00:20, John Snow wrote: >> 79 is the PEP8 recommendation. This recommendation works well for >> reading patch diffs in TUI email clients. >> >> Signed-off-by: John Snow >> --- >> tests/qemu-iotests/iotests.py | 64

Re: [PATCH v9 09/14] iotests: limit line length to 79 chars

2020-03-30 Thread Max Reitz
On 25.03.20 00:20, John Snow wrote: > 79 is the PEP8 recommendation. This recommendation works well for > reading patch diffs in TUI email clients. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/iotests.py | 64 +++ > tests/qemu-iotests/pylintrc | 6

[PATCH v9 09/14] iotests: limit line length to 79 chars

2020-03-24 Thread John Snow
79 is the PEP8 recommendation. This recommendation works well for reading patch diffs in TUI email clients. Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 64 +++ tests/qemu-iotests/pylintrc | 6 +++- 2 files changed, 47 insertions(+), 23