From 230167f93d9a2b3ec96453ec206d81e59ccb8b96 Mon Sep 17 00:00:00 2001 From: Eriks K Date: Mon, 21 Sep 2020 11:23:43 +0300 Subject: [PATCH] mypy bugfix --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b2755b4..ff04d51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,6 @@ ignore_missing_imports = False warn_unused_ignores = True warn_redundant_casts = True warn_unused_configs = True -plugins = mypy_django_plugin.main [isort] multi_line_output = 2