Skip to content

Commit

Permalink
mypy: enable narrowed-type-not-subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed May 10, 2024
1 parent 5ce8a9d commit 7c9f4e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ enable_error_code =
ignore-without-code,
unused-awaitable,
explicit-override,
unimported-reveal
unimported-reveal,
narrowed-type-not-subtype
strict = True
plugins = pydantic.mypy

Expand Down

0 comments on commit 7c9f4e4

Please sign in to comment.