From 1b39c7dbad43179ad26e4061edfcf3777c5fb05e Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Fri, 30 May 2025 05:32:25 +0000 Subject: [PATCH] Remove strict_bytes from the mypy config (#3544) 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 4b1b0374..e459cd7e 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]]