style: auto-format 12 files with ruff format (CI formatting check)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -423,7 +423,9 @@ class TestDeleteWorkflowTool:
|
||||
assert "Error" in _text(result)
|
||||
assert "bundled" in _text(result)
|
||||
|
||||
def test_not_found_user_workflow_returns_error(self, user_dir, bundled_names_empty, monkeypatch):
|
||||
def test_not_found_user_workflow_returns_error(
|
||||
self, user_dir, bundled_names_empty, monkeypatch
|
||||
):
|
||||
monkeypatch.setattr(
|
||||
"skill_seekers.mcp.tools.workflow_tools._read_bundled",
|
||||
lambda _name: None,
|
||||
|
||||
Reference in New Issue
Block a user