Skip to content

Commit 0d01f18

Browse files
authored
Enable strict_bytes in self-check (#18670)
1 parent b07d5f0 commit 0d01f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy_self_check.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[mypy]
22

33
strict = True
4+
strict_bytes = True
45
local_partial_types = True
56
disallow_any_unimported = True
67
show_traceback = True

0 commit comments

Comments
 (0)