From 8b6bf7d76d38785e2a0e59819995cc06f54ef867 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Tue, 14 Dec 2021 13:09:02 -0500 Subject: [PATCH] Make alembic a known third part for isort --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 543818d..bf08e5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,4 +71,5 @@ src_paths = ["mev_inspect", "tests"] skip_glob = ["*/setup.py"] filter_files = true known_first_party = "mev_inspect" +known_third_party = "alembic" py_version=39