Skip to content

Commit

Permalink
ci: enable the Pydantic MyPy plugin for improved typing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Dec 21, 2024
1 parent 99f2b7e commit e7beaa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ check_untyped_defs = "True"
warn_return_any = "True"
warn_unused_ignores = "True"
show_error_codes = "True"
plugins = ['pydantic.mypy']

[tool.pytest.ini_options]
testpaths = ["tests"]
Expand Down

0 comments on commit e7beaa5

Please sign in to comment.