mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-21 19:57:15 +00:00

* Add Ingress support to supervisor * Update security * cleanup add-on extraction * update description * fix header part * fix * Fix header check * fix tox * Migrate docker interface typing * Update home assistant to new docker * Migrate supervisor * Fix host add-on problem * Update hassos * Update API * Expose data to API * Check on API ingress support * Add ingress URL * Some cleanups * debug * disable uvloop * Fix issue * test * Fix bug * Fix flow * Fix interface * Fix network * Fix metadata * cleanups * Fix exception * Migrate to token system * Fix webui * Fix update * Fix relaod * Update log messages * Attach ingress url only if enabled * Cleanup ingress url handling * Ingress update * Support check version * Fix raise error * Migrate default port * Fix junks * search error * Fix content filter * Add debug * Update log * Update flags * Update documentation * Cleanup debugs * Fix lint * change default port to 8099 * Fix lint * fix lint
18 lines
387 B
INI
18 lines
387 B
INI
[isort]
|
|
multi_line_output = 3
|
|
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
|
|
default_section = THIRDPARTY
|
|
forced_separate = tests
|
|
combine_as_imports = true
|
|
use_parentheses = true
|
|
|
|
[flake8]
|
|
max-line-length = 88
|
|
ignore = E501, W503
|