Skip to content

Commit 1b39c7d

Browse files
authored
Remove strict_bytes from the mypy config (#3544)
In mypy 1.16.0, strict mode automatically enables strict_bytes checks.
1 parent c2443e8 commit 1b39c7d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ enable_error_code = [
8585
]
8686
show_traceback = true
8787
strict = true
88-
strict_bytes = true
8988
warn_unreachable = true
9089

9190
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)