Commit 16b2dc0
faresrafat3
pyproject: add ruff/mypy/bandit to dev deps (fix CI)
The CI workflow runs ruff, mypy, and bandit, but pyproject.toml
dev deps only included pytest/pytest-mock. This caused every CI
run since 2026-07-22 to fail with 'command not found'.
Adding the missing linters to [dev] lets 'pip install -e .[dev]'
install everything CI needs.1 parent 008f2c1 commit 16b2dc0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments