Skip to content

Commit 2ebaa4c

Browse files
authored
mypy: enable strict_equality (pelme#137)
I was surprise this was not being checked, it can catch some errors.
1 parent 2351f04 commit 2ebaa4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ build-backend = "setuptools.build_meta"
7070

7171
[tool.mypy]
7272
strict = true
73+
strict_equality = true
7374
packages = ["htpy", "tests"]
7475
exclude = ["examples", "scripts"]
7576

0 commit comments

Comments
 (0)