From c33b9932edcb291739901d2b9e847c5a50fc900e Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Thu, 29 May 2025 18:24:25 -0400 Subject: [PATCH] Remove strict_bytes from the mypy config In mypy 1.16.0, strict mode automatically enables strict_bytes checks. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b1b03746f..e459cd7e5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,6 @@ enable_error_code = [ ] show_traceback = true strict = true -strict_bytes = true warn_unreachable = true [[tool.mypy.overrides]]