1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-15 07:27:13 +00:00

Rename Hass.io -> Supervisor (#1522)

* Rename Hass.io -> Supervisor

* part 2

* fix lint

* fix auth name
This commit is contained in:
Pascal Vizeli
2020-02-21 17:55:41 +01:00
committed by GitHub
parent e9f5b13aa5
commit 4ac7f7dcf0
201 changed files with 244 additions and 246 deletions

View File

@@ -10,8 +10,8 @@ deps =
basepython = python3
ignore_errors = True
commands =
flake8 hassio
pylint --rcfile pylintrc hassio
flake8 supervisor
pylint --rcfile pylintrc supervisor
[testenv:tests]
basepython = python3
@@ -21,4 +21,4 @@ commands =
[testenv:black]
basepython = python3
commands =
black --target-version py37 --check hassio tests setup.py
black --target-version py37 --check supervisor tests setup.py