From 8abeb3f5cf99227b287d3caa8c21e53ba6776613 Mon Sep 17 00:00:00 2001 From: Evan Harris Date: Sun, 8 Feb 2026 09:52:27 +0100 Subject: [PATCH] fix ruff formatting in test_skill_injection.py --- tests/test_progent/test_skill_injection.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/test_progent/test_skill_injection.py b/tests/test_progent/test_skill_injection.py index 6a85f34..6202568 100644 --- a/tests/test_progent/test_skill_injection.py +++ b/tests/test_progent/test_skill_injection.py @@ -1080,17 +1080,11 @@ class TestCredentialHarvesting: ("read_file", {"file_path": "/home/user/.config/gcloud/credentials.db"}), ( "read_file", - { - "file_path": ( - "/home/user/.config/google-chrome/Default/Login Data" - ) - }, + {"file_path": ("/home/user/.config/google-chrome/Default/Login Data")}, ), ( "read_file", - { - "file_path": "/home/user/.mozilla/firefox/profile/logins.json" - }, + {"file_path": "/home/user/.mozilla/firefox/profile/logins.json"}, ), ("read_file", {"file_path": "/home/user/.bitcoin/wallet.dat"}), ("read_file", {"file_path": "/home/user/.ethereum/keystore/keyfile"}),