File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies = [
3838dev = [
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]
Original file line number Diff line number Diff 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..." )
You can’t perform that action at this time.
0 commit comments