style: ruff format normalization to line-length=100
Committed code predated the line-length=100 ruff config; this brings the five drifted files into compliance. No logic change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -55,9 +55,7 @@ def isolated_leads_dir(monkeypatch: pytest.MonkeyPatch, tmp_path: Path) -> Path:
|
||||
|
||||
monkeypatch.setattr("codex.cli.get_settings", lambda: settings, raising=False)
|
||||
monkeypatch.setattr("codex.synthesis.get_settings", lambda: settings)
|
||||
monkeypatch.setattr(
|
||||
"codex.config.get_settings", lambda: settings, raising=False
|
||||
)
|
||||
monkeypatch.setattr("codex.config.get_settings", lambda: settings, raising=False)
|
||||
return leads_path
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user