supervisor/tox.ini
Pascal Vizeli 029f277945
Reset readonly on remove data (#569)
* Reset readonly on remove data

* Update addon.py

* Update utils.py

* Fix lint

* Update utils.py

* Update utils.py

* Update utils.py

* Update utils.py

* Update addon.py
2018-07-19 12:44:16 +02:00

15 lines
200 B
INI

[tox]
envlist = lint
[testenv]
deps =
flake8==3.5.0
pylint==2.0.0
[testenv:lint]
basepython = python3
ignore_errors = True
commands =
flake8 hassio
pylint --rcfile pylintrc hassio