diff --git a/.isort.cfg b/.isort.cfg index bb5a3841f..925b940cd 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,10 +1,4 @@ [settings] -ensure_newline_before_comments=true -force_grid_wrap=0 -include_trailing_comma=True known_first_party=anki,aqt,tests -line_length=88 -multi_line_output=3 profile=black -skip= -use_parentheses=True +extend_skip=qt/bundle diff --git a/qt/.isort.cfg b/qt/.isort.cfg index 9211d96e8..6559fce4f 100644 --- a/qt/.isort.cfg +++ b/qt/.isort.cfg @@ -1,9 +1,4 @@ [settings] -ensure_newline_before_comments=true -force_grid_wrap=0 -include_trailing_comma=True +profile=black known_first_party=anki,aqt -line_length=88 -multi_line_output=3 -skip=aqt/forms,hooks_gen.py -use_parentheses=True +extend_skip=aqt/forms,hooks_gen.py