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:
6
tox.ini
6
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user