From 03e93f841676c497e7507acaab953e2d97a2ec5e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 3 Jan 2020 13:34:51 +1000 Subject: [PATCH] make sure isort preserves ordering if anki installed into python env --- qt/.isort.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/.isort.cfg b/qt/.isort.cfg index 6992ada53..5e97e0334 100644 --- a/qt/.isort.cfg +++ b/qt/.isort.cfg @@ -6,3 +6,4 @@ force_grid_wrap=0 use_parentheses=True line_length=88 ensure_newline_before_comments=true +known_first_party=anki