From 89defa9b6b0a0606a1bcb02bab2223062fa84512 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 26 Oct 2025 10:19:53 +0100 Subject: [PATCH] build-all.py ruff: noqa: UP035 --- nix/build-all.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/build-all.py b/nix/build-all.py index 0351300717..b7c1be556a 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -18,6 +18,8 @@ # # ############################################################################### +# ruff: noqa: UP035 + """ Example usage: # Build all targets by default.