From c59ff13c9f3a2708b4a8d9a4b158f29687385bbb Mon Sep 17 00:00:00 2001 From: Teal Dulcet Date: Sun, 12 Jan 2025 07:02:55 -0800 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 d6f93e55..d72fbe1c 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