mirror of
https://github.com/curl/curl.git
synced 2026-06-20 15:35:39 +03:00
GHA: separate pytype from other checkers and pips
pytype is discontinued, does not receive further updates, and it requires older python, offered by Ubuntu 24.04 or older. Move it to its own GHA job to allow bumping the rest of checkers to. newer runner images. Also move it out from the shared `requirements.txt` and install directly from its separate GHA job, to avoid installing it unnecessarily from others. Since it does not receive update, it's fine to move out from Dependabot's view. Ref: https://pypi.org/project/pytype/ Cherry-picked from #22092 Closes #22096
This commit is contained in:
parent
fdd6ba3580
commit
139ce4d37c
2 changed files with 21 additions and 6 deletions
1
.github/scripts/requirements.txt
vendored
1
.github/scripts/requirements.txt
vendored
|
|
@ -4,6 +4,5 @@
|
|||
|
||||
cmakelang==0.6.13
|
||||
codespell==2.4.2
|
||||
pytype==2024.10.11
|
||||
reuse==6.2.0
|
||||
ruff==0.15.16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue