Commit 91a5673
style(utils): apply ruff --fix to src/utils (#25)
* ci: add reproducible test runner, fix requirements pins, use venv in workflow
* chore(ci): add Makefile, README test docs, run ruff in CI; remove .venv_ci
* docs: fix README markdown warnings; ci: add codecov token and pip cache for provider jobs
* ci: exclude duplicate router from mypy checks (known conflict)
* chore: remove duplicate src/llm/router.py to avoid mypy duplicate-module
* chore: move test_results into test/ directory
* style(utils): apply ruff --fix to src/utils
* Potential fix for code scanning alert no. 732: Workflow does not contain permissions
add the relevent changes
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Potential fix for code scanning alert no. 726: Workflow does not contain permissions
add the relevent changes
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
---------
Co-authored-by: SDLC Bot <devnull@example.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>1 parent 01a818d commit 91a5673
2 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | 3 | | |
| |||
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments