Skip to content

Commit 3cfc91b

Browse files
committed
style: fix black formatting and pin exact version
1 parent 4cbeda9 commit 3cfc91b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
dev = [
3939
"pytest>=7.0.0",
4040
"pytest-cov>=4.0.0",
41-
"black~=24.0",
41+
"black==24.10.0",
4242
"flake8>=6.0.0",
4343
"mypy>=1.0.0",
4444
]

src/nakimi/cli/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,7 @@ 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(
363-
"⚠️ IMPORTANT: Run 'nakimi yubikey encrypt-key' to encrypt your existing age key"
364-
)
362+
print("⚠️ IMPORTANT: Run 'nakimi yubikey encrypt-key' to encrypt your existing age key")
365363

366364
elif args.yubikey_command == "status":
367365
print("🔍 Checking YubiKey status...")

0 commit comments

Comments
 (0)