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:
parent
c2443e8902
commit
1b39c7dbad
|
|
@ -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]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue