Fixed RUF005 (collection-literal-concatenation): Consider iterable unpacking instead of concatenation

Dieser Commit ist enthalten in:
Teal Dulcet
2025-06-20 02:40:09 -07:00
Ursprung a568c6ff74
Commit 00280123ab
+2 -2
Datei anzeigen
@@ -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