Replies: 1 comment
-
Long analysis time can be caused by many factors. Some of the more common causes are: a large number of source files in the project, files with many lines, a large number of overloads, large union types, and deeply-nested expressions. Also, different type checkers have different optimizations. Pyright is often faster (sometimes significantly so) than mypy, but this is dependent on the code being analyzed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, when running my program with mypy, runtime can be very long. My team has to run the program a lot, so I was wondering if anyone else was running into this issue, and if anybody has any tips. Thank you
Beta Was this translation helpful? Give feedback.
All reactions