Skip to content

Commit

Permalink
Fix for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Jun 10, 2024
1 parent 387c36c commit b1a1c8e
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 @@ -6,6 +6,7 @@ ignore_missing_imports = True
disallow_untyped_calls = True
check_untyped_defs = True
pretty = True
namespace_packages = False
plugins = pydantic.mypy

[pydantic-mypy]
Expand Down

0 comments on commit b1a1c8e

Please sign in to comment.