Remove strict_bytes from the mypy config (#3544)

In mypy 1.16.0, strict mode automatically enables strict_bytes
checks.
This commit is contained in:
correctmost 2025-05-30 05:32:25 +00:00 committed by GitHub
parent c2443e8902
commit 1b39c7dbad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ enable_error_code = [
] ]
show_traceback = true show_traceback = true
strict = true strict = true
strict_bytes = true
warn_unreachable = true warn_unreachable = true
[[tool.mypy.overrides]] [[tool.mypy.overrides]]