public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] scripts/container: Minor fixups suggested by ruff
@ 2026-01-22 23:27 Nathan Chancellor
  2026-01-22 23:27 ` [PATCH 1/3] scripts/container: Turn runtimes class variable into a tuple Nathan Chancellor
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Nathan Chancellor @ 2026-01-22 23:27 UTC (permalink / raw)
  To: Nathan Chancellor, Nicolas Schier, Guillaume Tucker; +Cc: linux-kbuild

Hi all,

This series fixes a few warnings that I see when running

  $ ruff check --select C4,RUF scripts/container

which were the few warnings from my personal ruff.toml that seemed most
interesting.

I will apply these on top of the initial scripts/container change.

---
Nathan Chancellor (3):
      scripts/container: Turn runtimes class variable into a tuple
      scripts/container: Use list comprehension in get_names()
      scripts/container: Use iterable unpacking for _get_opts()

 scripts/container | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
base-commit: 6eac13c876805f61bbb588eaff5ada0b6dc603e8
change-id: 20260122-scripts-container-ruff-fixes-4d38fc92771a

Best regards,
--  
Nathan Chancellor <nathan@kernel.org>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-02-04  8:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-22 23:27 [PATCH 0/3] scripts/container: Minor fixups suggested by ruff Nathan Chancellor
2026-01-22 23:27 ` [PATCH 1/3] scripts/container: Turn runtimes class variable into a tuple Nathan Chancellor
2026-01-23 20:34   ` Guillaume Tucker
2026-01-22 23:27 ` [PATCH 2/3] scripts/container: Use list comprehension in get_names() Nathan Chancellor
2026-01-23 20:38   ` Guillaume Tucker
2026-01-22 23:27 ` [PATCH 3/3] scripts/container: Use iterable unpacking for _get_opts() Nathan Chancellor
2026-01-23 20:45   ` Guillaume Tucker
2026-01-23 15:14 ` [PATCH 0/3] scripts/container: Minor fixups suggested by ruff Miguel Ojeda
2026-01-23 21:01   ` Nathan Chancellor
2026-01-23 23:55     ` Miguel Ojeda
2026-01-23 20:26 ` Guillaume Tucker
2026-01-23 23:46   ` Nathan Chancellor
2026-02-04  8:54 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox