ruff & mimetype

This commit is contained in:
Taylor Wilsdon
2026-02-19 09:42:42 -05:00
parent eaa13d3f7e
commit 7d5c0fdbca
5 changed files with 160 additions and 38 deletions

View File

@@ -57,7 +57,9 @@ async def test_read_comments_includes_quoted_text():
if "Author: Bob" in part:
bob_section_started = True
if bob_section_started and "Quoted text:" in part:
pytest.fail("Comment without quotedFileContent should not show 'Quoted text'")
pytest.fail(
"Comment without quotedFileContent should not show 'Quoted text'"
)
if bob_section_started and "Content: General comment" in part:
break