Commit 6a2f9b5e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Update Mypy config with tests/ packages path

parent af5625fa
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -5,8 +5,7 @@ force_single_line = true
strict = true
warn_unused_configs = true
warn_unreachable = true
;implicit_reexport = true
mypy_path = tests/stubs
mypy_path = tests, tests/stubs
plugins =
  trio_typing.plugin