From 40bc293878403c546419b39cefa89d2b953acd31 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 8 Apr 2026 15:15:44 +0000 Subject: [PATCH] Upgrade mypy from 1.19 to 1.20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No new strict flags or error codes to add — the strict mode flags are unchanged between 1.19 and 1.20. https://claude.ai/code/session_01NjZcMYMkvPC52ePoynXus8 --- project_name/pyproject.toml.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project_name/pyproject.toml.jinja b/project_name/pyproject.toml.jinja index c18c445..dc4e4b2 100644 --- a/project_name/pyproject.toml.jinja +++ b/project_name/pyproject.toml.jinja @@ -107,7 +107,7 @@ docs = [ "mkdocs-section-index ~=0.3.0", ] typing = [ - "mypy[native-parser] ~=1.19.0", + "mypy[native-parser] ~=1.20.0", "ty ~=0.0", # add "*-stubs" and "types-*" packages here (">=0") ] @@ -185,7 +185,7 @@ mypy_path = "stubs" fixed_format_cache = true # set the platform python_version = "3.{{ python_min }}" -# enable checks [last updated: mypy 1.19] +# enable checks [last updated: mypy 1.20] strict = true strict_equality_for_none = true local_partial_types = true