On 11/06/2025 0:32, Jakub Kicinski wrote: > On Mon, 9 Jun 2025 15:02:50 +0300 Gal Pressman wrote: >> The test was written by AI, and reviewed by humans. > > Please use pylint and avoid adding new warnings:
Ack. > > tools/testing/selftests/drivers/net/hw/rss_ctx.py:788:0: C0301: Line too long > (103/100) (line-too-long) Are you sure you want to blindly break this line? It's a single string. > tools/testing/selftests/drivers/net/hw/rss_ctx.py:769:12: W0707: Consider > explicitly re-raising using 'except Exception as exc' and 'raise > KsftSkipEx('Not enough queues for the test') from exc' (raise-missing-from) Cool, didn't know python can do that.