From 6cc5ddb300d21bf867ba09e8459d92e45d4398c0 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 2 Jan 2023 20:48:39 -0600 Subject: [PATCH] fix first party definition for isort --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbbbd6a..d14e33f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,4 +31,4 @@ force_sort_within_sections = true no_lines_before = "THIRDPARTY" sections = "FUTURE,THIRDPARTY,FIRSTPARTY,LOCALFOLDER" default_section = "THIRDPARTY" -known_first_party = "hupper" +known_first_party = "colander"