Skip to content

Commit

Permalink
Merge branch 'main' into wip/update-single-value
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum authored Apr 15, 2024
2 parents 4a29659 + be9e5e9 commit 095d4b6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,15 @@ ignore_missing_imports = false
show_column_numbers = true
strict = true
disallow_untyped_defs = true
plugins = ["pydantic.mypy"]
follow_imports = "silent"
warn_redundant_casts = true
warn_unused_ignores = true
disallow_any_generics = true
check_untyped_defs = true
no_implicit_reexport = true

[tool.pydantic-mypy]
init_forbid_extra = true
init_typed = true
warn_required_dynamic_aliases = true

0 comments on commit 095d4b6

Please sign in to comment.