Commit 7154aa68 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove unwanted trio-typing plugin from .lint.cfg

parent b49eb7cc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ strict = true
warn_unused_configs = true
warn_unreachable = true
mypy_path = tests
plugins =
  trio_typing.plugin

[flake8]
max-line-length = 92