style: format code for consistency and readability across multiple files

This commit is contained in:
OhMyApps
2025-06-23 23:17:56 +02:00
parent 9945135a07
commit f8e559ebb2
13 changed files with 539 additions and 134 deletions

View File

@@ -35,7 +35,7 @@ class TestDynamicContextRequests:
"mandatory_instructions": "I need to see the package.json file to understand dependencies",
"files_needed": ["package.json", "package-lock.json"],
},
ensure_ascii=False
ensure_ascii=False,
)
mock_provider = create_mock_provider()
@@ -176,7 +176,7 @@ class TestDynamicContextRequests:
},
},
},
ensure_ascii=False
ensure_ascii=False,
)
mock_provider = create_mock_provider()
@@ -342,7 +342,7 @@ class TestCollaborationWorkflow:
"mandatory_instructions": "I need to see the package.json file to analyze npm dependencies",
"files_needed": ["package.json", "package-lock.json"],
},
ensure_ascii=False
ensure_ascii=False,
)
mock_provider = create_mock_provider()
@@ -409,7 +409,7 @@ class TestCollaborationWorkflow:
"mandatory_instructions": "I need to see the configuration file to understand the connection settings",
"files_needed": ["config.py"],
},
ensure_ascii=False
ensure_ascii=False,
)
mock_provider = create_mock_provider()