Skip to content

Commit

Permalink
Update [tool.mypy]
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 17, 2023
1 parent fbb6e45 commit a224495
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,17 @@ ignore_missing_imports = true
python_version = 3.7

pretty = true

check_untyped_defs = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
no_implicit_optional = true
show_error_codes = true
show_error_context = true
warn_redundant_casts = true
warn_unreachable = true
warn_unused_configs = true
warn_unused_ignores = true

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

0 comments on commit a224495

Please sign in to comment.