Skip to content

Commit e90ca57

Browse files
committed
style: fix line too long for flake8
1 parent 3cfc91b commit e90ca57

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/nakimi/cli/main.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,10 @@ def cmd_yubikey(args): # noqa: C901
359359
print(" YubiKey will be used for age key encryption")
360360
print(" Note: age-plugin-yubikey must be installed for encryption/decryption")
361361
print()
362-
print("⚠️ IMPORTANT: Run 'nakimi yubikey encrypt-key' to encrypt your existing age key")
362+
print(
363+
"⚠️ IMPORTANT: Run 'nakimi yubikey encrypt-key' "
364+
"to encrypt your existing age key"
365+
)
363366

364367
elif args.yubikey_command == "status":
365368
print("🔍 Checking YubiKey status...")

0 commit comments

Comments
 (0)