theoremlp / rules_mypy

a Bazel mypy aspect
Apache License 2.0
16 stars 4 forks source link

Use mypy's hard exit for perf #13

Closed mark-thm closed 3 months ago

mark-thm commented 3 months ago

Use mypy's hard_exit function to exit the process without freeing objects as a perf optimization.