Commit 6b2229d
committed
fix: Apply ruff formatting to deepagent.py
- Fixed code formatting issues in src/agents/deepagent.py using ruff format
- All 53 files now pass ruff format --check
- All 78 unit tests continue to pass
- mypy static analysis still passes (53 source files)
- ruff linting passes with no issues
Resolves static code analysis CI failure:
'Would reformat: src/agents/deepagent.py'1 parent 1c73da6 commit 6b2229d
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
| |||
0 commit comments