Apply ruff formatting to attack corpus tests

This commit is contained in:
Jeremiah Lowin 2026-07-06 21:32:47 -04:00
commit 05be554e85
No known key found for this signature in database

View file

@ -753,9 +753,7 @@ class TestPathSafetyAttackCorpus:
result = await template.read(arguments={"path": "docs/../docs/nested.txt"})
assert result == "NESTED OK"
async def test_file_resource_read_allows_nested_path(
self, skill_with_secret: Path
):
async def test_file_resource_read_allows_nested_path(self, skill_with_secret: Path):
provider = SkillProvider(
skill_path=skill_with_secret, supporting_files="resources"
)