Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Enable 'strict_equality' checking for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Nov 15, 2022
1 parent 634359b commit 97754f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ warn_unused_ignores = True
local_partial_types = True
no_implicit_optional = True
disallow_untyped_defs = True
strict_equality = True

files =
docker/,
Expand Down

0 comments on commit 97754f8

Please sign in to comment.