supervisor/tox.ini
Pascal Vizeli 7a87d2334a
flake8 update to 3.6.0 (#777)
* flake8 update to 3.6.0

* fix lint
2018-10-27 15:23:26 +02:00

16 lines
235 B
INI

[tox]
envlist = lint
[testenv]
deps =
flake8==3.6.0
pylint==2.1.1
-r{toxinidir}/requirements.txt
[testenv:lint]
basepython = python3
ignore_errors = True
commands =
flake8 hassio
pylint --rcfile pylintrc hassio