Skip to content

Commit

Permalink
ENH: Allow using untyped functions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Nov 5, 2022
1 parent 9d73e60 commit 33b530e
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 @@ -24,6 +24,7 @@ filterwarnings =[
[tool.mypy]
strict = true
check_untyped_defs = true
allow_untyped_calls = true
warn_unreachable = true
warn_unused_configs = true
warn_unused_ignores = true
Expand Down

0 comments on commit 33b530e

Please sign in to comment.