<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Python Developer Tooling Handbook – Mypy</title>
    <link>https://pydevtools.com/tags/mypy/</link>
    <description>The Python Developer Tooling Handbook is a comprehensive guide to Python development tools including uv, ruff, pytest, mypy, ty, and more.</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 09 May 2026 09:00:00 -0400</lastBuildDate>
    
	  <atom:link href="https://pydevtools.com/tags/mypy/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>mypy 2.0 picks parallelism over a rewrite</title>
      <link>https://pydevtools.com/blog/mypy-2-0-parallel-type-checking/</link>
      <pubDate>Sat, 09 May 2026 09:00:00 -0400</pubDate>
      <author>Tim Hopper</author>
      <guid>https://pydevtools.com/blog/mypy-2-0-parallel-type-checking/</guid>
      <description>&lt;p&gt;For most of the past year, the speed conversation around Python type checkers has had one shape: &lt;a href=&#34;https://pydevtools.com/handbook/reference/mypy/&#34;&gt;mypy&lt;/a&gt; is the slow incumbent, and the fast alternatives (&lt;a href=&#34;https://pydevtools.com/handbook/reference/ty/&#34;&gt;ty&lt;/a&gt;, &lt;a href=&#34;https://pydevtools.com/handbook/reference/pyrefly/&#34;&gt;Pyrefly&lt;/a&gt;, &lt;a href=&#34;https://pydevtools.com/handbook/reference/zuban/&#34;&gt;Zuban&lt;/a&gt;) earn their speed by being written in Rust. &lt;a href=&#34;https://mypy-lang.blogspot.com/2026/05/mypy-20-relased.html&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;mypy 2.0&lt;/a&gt;, released May 6, 2026, takes a different route. It runs across multiple cores.&lt;/p&gt;
&lt;h2&gt;Run mypy across cores&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;run-mypy-across-cores&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#run-mypy-across-cores&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The headline feature is &lt;code&gt;--num-workers N&lt;/code&gt; (or &lt;code&gt;-nN&lt;/code&gt;). Pass a worker count and mypy splits type checking across processes:&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
