Skip to content

Commit 286fa1c

Browse files
committed
Add a new strict config option for MyPy.
1 parent b0c8d84 commit 286fa1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ warn_redundant_casts = True
2222
warn_unused_ignores = True
2323
warn_return_any = True
2424
implicit_reexport = False
25+
strict_equality = True
2526

2627
[mypy-numpy]
2728
ignore_missing_imports = True

0 commit comments

Comments
 (0)