From caa7276b293fb7028e33afdc3b0cef634d686629 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 27 Feb 2020 17:57:31 +0000 Subject: [PATCH] Add mypy bindings for sqlalchemy --- mypy.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mypy.ini b/mypy.ini index ab4ef1a..3821605 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,4 +1,5 @@ [mypy] -python_version = 3.8 -platform = linux ignore_missing_imports = True +platform = linux +plugins = sqlmypy +python_version = 3.8