From 2c251fb72e909dc4b87cd831768695bf83b53f67 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Tue, 14 Dec 2021 13:08:26 -0500 Subject: [PATCH] Make alembic a known third party --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 130a88c..97e4ccc 100644 --- a/.pylintrc +++ b/.pylintrc @@ -433,7 +433,7 @@ int-import-graph= known-standard-library= # Force import order to recognize a module as part of a third party library. -known-third-party=enchant +known-third-party=alembic # Couples of modules and preferred modules, separated by a comma. preferred-modules=