From 00280123abe6a4bc3c37ec33db9c7b74397c52c3 Mon Sep 17 00:00:00 2001 From: Teal Dulcet Date: Wed, 18 Jun 2025 05:14:12 -0700 Subject: [PATCH] Fixed RUF005 (collection-literal-concatenation): Consider iterable unpacking instead of concatenation --- management/dns_update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/management/dns_update.py b/management/dns_update.py index b874624e..bf54062e 100755 --- a/management/dns_update.py +++ b/management/dns_update.py @@ -716,9 +716,9 @@ def sign_zone(domain, zonefile, env): # zonefile to sign "/etc/nsd/zones/" + zonefile, - ] # keys to sign with (order doesn't matter -- it'll figure it out) - + all_keys + *all_keys + ] ) # Create a DS record based on the patched-up key files. The DS record is specific to the