From 431a1c20abe79e954c7bb840d0f9a6cc8bdb32e8 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 14 Mar 2023 08:15:19 +0100 Subject: [PATCH] isort: add firstparty Change-Id: I38d2ee3bf617accc97069167c408b1cd1b9ef6b1 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30675 Tested-by: Jenkins Automated Tests Reviewed-by: Georg Brandl --- .isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.isort.cfg b/.isort.cfg index 4497bcb..0cc5dfd 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -5,4 +5,4 @@ combine_as_imports=True known_qt=frappy.gui.qt known_core=frappy -sections=FUTURE,STDLIB,QT,THIRDPARTY,CORE,LOCALFOLDER +sections=FUTURE,STDLIB,QT,THIRDPARTY,CORE,FIRSTPARTY,LOCALFOLDER