make sure isort preserves ordering if anki installed into python env

This commit is contained in:
Damien Elmes 2020-01-03 13:34:51 +10:00
parent ad4ac3bbd8
commit 03e93f8416

View file

@ -6,3 +6,4 @@ force_grid_wrap=0
use_parentheses=True use_parentheses=True
line_length=88 line_length=88
ensure_newline_before_comments=true ensure_newline_before_comments=true
known_first_party=anki