Upgrade flake8 to 2.5.4 (#2018)
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
|
||||
# pylint: disable=import-error
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
flake8>=2.5.1
|
||||
flake8>=2.5.4
|
||||
pylint>=1.5.5
|
||||
coveralls>=1.1
|
||||
pytest>=2.9.1
|
||||
|
|
Loading…
Reference in New Issue