Skip to content

Commit

Permalink
stricter mypy (#4657)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 44eeb2ac1c063176b0f6426a8cf24b63722b300c
  • Loading branch information
embe-pw authored and Manul from Pathway committed Sep 26, 2023
1 parent 5f8c65f commit 0f9915e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ known_first_party = ["llm_app"]
python_version = "3.10"
exclude = ['examples']
ignore_missing_imports = true
follow_imports_for_stubs = true
check_untyped_defs = true
warn_redundant_casts = true
warn_unused_ignores = true
strict_equality = true

0 comments on commit 0f9915e

Please sign in to comment.