1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Revert "Sort keys in dicts in output yaml for 'config' command (#1049)" (#1191)

This commit is contained in:
Otto Winter
2020-07-25 14:21:56 +02:00
committed by GitHub
parent 32efa5d83e
commit 55388724af
5 changed files with 9 additions and 18 deletions

View File

@@ -25,3 +25,6 @@ disable=
stop-iteration-return,
no-self-use,
import-outside-toplevel,
# Broken
unsupported-membership-test,
unsubscriptable-object,