mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Upgrade flake8 to 2.5.4 (#2018)
This commit is contained in:
parent
9729c44d53
commit
1d0bc1ee66
@ -1,5 +1,9 @@
|
|||||||
"""ZWave Hvac device."""
|
"""
|
||||||
|
Support for ZWave HVAC devices.
|
||||||
|
|
||||||
|
For more details about this platform, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/hvac.zwave/
|
||||||
|
"""
|
||||||
# Because we do not compile openzwave on CI
|
# Because we do not compile openzwave on CI
|
||||||
# pylint: disable=import-error
|
# pylint: disable=import-error
|
||||||
import logging
|
import logging
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
flake8>=2.5.1
|
flake8>=2.5.4
|
||||||
pylint>=1.5.5
|
pylint>=1.5.5
|
||||||
coveralls>=1.1
|
coveralls>=1.1
|
||||||
pytest>=2.9.1
|
pytest>=2.9.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user