Commit f555227
committed
chore: keep the lint group out of
`unify` and its `untokenize` dependency are unmaintained; their sdists use
`ast.Str.s`, removed in Python 3.12, and neither publishes a wheel. Installing
the lint group from `make env` therefore broke the Check Plugin Doc job, which
runs on Python 3.14.
Move the group into its own `env-lint` target that `lint` and `fix` depend on,
so `make env` works on every supported interpreter and only the lint targets
need one that can build `unify`.make env
1 parent 0908464 commit f555227
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
69 | 76 | | |
70 | 77 | | |
71 | 78 | | |
72 | | - | |
| 79 | + | |
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
78 | | - | |
| 85 | + | |
79 | 86 | | |
80 | 87 | | |
81 | 88 | | |
| |||
0 commit comments