Skip to content

Commit

Permalink
Disallow untyped defs in tests (#5829)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jun 22, 2021
1 parent 38c396b commit 10995e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ warn_unused_ignores = True
disallow_any_unimported = True
warn_return_any = True

[mypy-tests.*]
disallow_untyped_defs = False

[mypy-aiodns]
ignore_missing_imports = True

Expand Down
1 change: 1 addition & 0 deletions CHANGES/5829.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disallow untyped defs on internal tests.

0 comments on commit 10995e8

Please sign in to comment.