From 8a6587509925f08bb2be9ddbf703de72dba316d6 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 13 May 2024 11:45:03 +0100 Subject: [PATCH] Update known_third_party --- formate.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formate.toml b/formate.toml index efaa4dfb..43e049b8 100644 --- a/formate.toml +++ b/formate.toml @@ -27,7 +27,7 @@ lines_between_types = 0 use_parentheses = true remove_redundant_aliases = true default_section = "THIRDPARTY" -known_third_party = [ "github", "importlib_resources", "requests", "wx_icons_adwaita", "wx_icons_hicolor", "wxpython",] +known_third_party = [ "importlib_resources", "wx_icons_adwaita", "wx_icons_hicolor", "wxpython",] known_first_party = [ "wx_icons_humanity",] line_length = 115