diff options
author | Matthieu Baerts (NGI0) <matttbe@kernel.org> | 2025-09-09 23:07:53 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-09-10 18:09:00 -0700 |
commit | 10d32b0ddcc142749f6759c0b052a3780903b4df (patch) | |
tree | d9147f48790f4cd9f8ccba75cae52d76c292ca4e /scripts/generate_rust_target.rs | |
parent | 616129d6b421e3603a1c66bf494b6a95f0128602 (diff) |
tools: ynl: use 'cond is None'
It is better to use the 'is' keyword instead of comparing to None
according to Ruff.
This is linked to Ruff error E711 [1]:
According to PEP 8, "Comparisons to singletons like None should always
be done with is or is not, never the equality operators."
Link: https://docs.astral.sh/ruff/rules/none-comparison/ [1]
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Reviewed-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Link: https://patch.msgid.link/20250909-net-next-ynl-ruff-v1-7-238c2bccdd99@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/generate_rust_target.rs')
0 files changed, 0 insertions, 0 deletions