Revert "try making pytype job faster"

This reverts commit fa3a90efaf4b1a6f3c235bcf37ee9711ada3829e.

Already passing all files at once.
This commit is contained in:
Viktor Szakats 2025-07-12 11:40:13 +02:00
parent 9acecae0f9
commit 36a663d2d5
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -82,7 +82,7 @@ jobs:
run: scripts/cmakelint.sh
- name: 'pytype'
run: pytype -j auto -k $(find . -name '*.py')
run: find . -name '*.py' -exec pytype -j auto -k {} +
- name: 'ruff'
run: scripts/pythonlint.sh