Skip to content

Commit 5b52420

Browse files
committed
Add strict_equality = True for mypy
1 parent c8d4faf commit 5b52420

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
warn_unused_ignores = True
33
warn_redundant_casts = True
44
no_implicit_optional = True
5+
strict_equality = True

0 commit comments

Comments
 (0)