Skip to content

Commit

Permalink
Tweak mypy settings (#698)
Browse files Browse the repository at this point in the history
* Tweak mypy settings

* Update pyproject.toml
  • Loading branch information
Dreamsorcerer committed Nov 18, 2021
1 parent 5825889 commit bf6787d
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 @@ -48,6 +48,7 @@ disallow_untyped_decorators = true

no_implicit_optional = true

warn_incomplete_stub = true
warn_unused_ignores = true
warn_no_return = true
# warn_return_any: true outside of `bindings`
Expand Down

0 comments on commit bf6787d

Please sign in to comment.