Commit c216bc5
committed
Fix CI formatting issue: add explicit pydantic dependency and format parser_tool.py
- Add pydantic>=2.0.0 to requirements.txt to ensure it's available for import resolution
- Apply ruff formatting to src/skills/parser_tool.py to fix format check failures
- Import ordering has been corrected per ruff/isort rules1 parent cc8ec35 commit c216bc5
File tree
3 files changed
+5
-1
lines changed- .github/workflows
- src/skills
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments