Commit f8b4bc5
committed
chore(ci): use just commands instead of direct uv/mypy calls
Refactor CI workflow to use just commands for consistency with local
development workflow. This removes the obsolete server.py exclusion
from mypy (file was removed in bcb12b4) and makes justfile's install
command accept optional extras arguments.
Changes:
- CI now uses `just install`, `just lint`, `just mypy`, `just test`
- justfile install command accepts variable extras arguments
- Removes Python 3.9 special case for server.py exclusion1 parent e0a67c2 commit f8b4bc5
2 files changed
+6
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 46 | + | |
52 | 47 | | |
53 | 48 | | |
54 | | - | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments