pyproject.toml: Enable mypy.strict_equality
Set mypy.strict_equality = true, forcing type-equal equality. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e464daf2f3
commit
7f1809d6d1
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
warn_redundant_casts = true
|
warn_redundant_casts = true
|
||||||
|
|
||||||
|
strict_equality = true
|
||||||
|
|
||||||
enable_error_code = [
|
enable_error_code = [
|
||||||
"explicit-override",
|
"explicit-override",
|
||||||
"ignore-without-code",
|
"ignore-without-code",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue