style: auto-format enhance_skill_local.py and test with ruff
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -683,9 +683,7 @@ class TestEnhanceDispatcher:
|
||||
called_with["target"] = target
|
||||
called_with["api_key"] = api_key
|
||||
|
||||
monkeypatch.setattr(
|
||||
"skill_seekers.cli.enhance_skill_local._run_api_enhance", fake_run_api
|
||||
)
|
||||
monkeypatch.setattr("skill_seekers.cli.enhance_skill_local._run_api_enhance", fake_run_api)
|
||||
main()
|
||||
assert called_with == {"target": "gemini", "api_key": "AIza-test"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user