1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 17:08:36 +01:00

Update to isort 5.9.3 (#3238)

This commit is contained in:
Stefan Agner
2021-10-18 20:28:38 +02:00
committed by GitHub
parent bb474a5c14
commit 9dd5eee1ae
3 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -4,9 +4,8 @@ include_trailing_comma=True
force_grid_wrap=0
line_length=88
indent = " "
not_skip = __init__.py
force_sort_within_sections = true
sections = FUTURE,STDLIB,INBETWEENS,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
default_section = THIRDPARTY
forced_separate = tests
combine_as_imports = true