Replies: 1 comment 3 replies
-
Fantastic idea @erictraut! I will roll that across the board. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that this repo has a github action that uses pyright for static type checking. I'm the primary maintainer of pyright, and I recently added multi-core support. You can enable it using the
--threads
command-line option. Depending on how many cores your CI servers have, this could speed up type checking by 4x or more. For example, on my local machine, static type checking for this repo drops from 44s to 12s with this option.Beta Was this translation helpful? Give feedback.
All reactions