Re: [RFC net-next 3/4] ynl: add a sample python library
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-08-12 22:53:13
Also in:
linux-doc
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-08-12 22:53:13
Also in:
linux-doc
On Thu, 11 Aug 2022 13:09:06 -0700 Stephen Hemminger wrote:
Looks interesting, you might want to consider running your code through some of the existing Python checkers such as flake8 and pylint. If you want this to be generally available in repos, best to follow the language conventions For example flake8 noticed: $ flake8 --max-line-length=120 ./tools/net/ynl/samples/ynl.py ./tools/net/ynl/samples/ynl.py:251:55: F821 undefined name 'file_name'
Thanks! I'll make sure to check flake8 (pylint is too noisy for me :()