We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f056752 + 70f5ebe commit 4b28ba9Copy full SHA for 4b28ba9
1 file changed
src/agentready/assessors/documentation.py
@@ -479,8 +479,7 @@ def _create_remediation(self) -> Remediation:
479
],
480
tools=[],
481
commands=[],
482
- examples=[
483
- """# Project Name
+ examples=["""# Project Name
484
485
## Overview
486
What this project does and why it exists.
@@ -503,8 +502,7 @@ def _create_remediation(self) -> Remediation:
503
502
# Format code
504
black .
505
```
506
-"""
507
- ],
+"""],
508
citations=[
509
Citation(
510
source="GitHub",
0 commit comments