Skip to content

Commit

Permalink
Make mytest checking more relaxed in research town
Browse files Browse the repository at this point in the history
  • Loading branch information
Monstertail committed May 4, 2024
1 parent 11c667c commit 5f136b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
mypy_path = "stubs"
strict = true
ignore_missing_imports = true
check_untyped_defs = true
follow_imports = "skip"
plugins = [
"pydantic.mypy"
]
Expand Down

0 comments on commit 5f136b2

Please sign in to comment.