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:
Viktor Szakats 2026-06-18 23:48:23 +02:00
parent fdd6ba3580
commit 139ce4d37c
No known key found for this signature in database
2 changed files with 21 additions and 6 deletions

View file

@ -4,6 +4,5 @@
cmakelang==0.6.13
codespell==2.4.2
pytype==2024.10.11
reuse==6.2.0
ruff==0.15.16