Skip to content

Commit

Permalink
🔧 Update Mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 18, 2020
1 parent 05baf8f commit 12975de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[mypy]
ignore_missing_imports = True
disallow_untyped_defs = True

[mypy-tests.*]
disallow_untyped_defs = False
[mypy-typer.*]
disallow_untyped_defs = True

1 comment on commit 12975de

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.