Disable too-many-* (#4107)
* Disable too-many-* and too-few-public-methods * Remove globally disabled pylint warnings
This commit is contained in:
parent
b910a9917d
commit
be272ac64a
298 changed files with 271 additions and 570 deletions
|
@ -26,9 +26,10 @@ def _url(data=None):
|
|||
return "{}{}locative?{}".format(HTTP_BASE_URL, const.URL_API, data)
|
||||
|
||||
|
||||
def setUpModule(): # pylint: disable=invalid-name
|
||||
# pylint: disable=invalid-name
|
||||
def setUpModule():
|
||||
"""Initalize a Home Assistant server."""
|
||||
global hass # pylint: disable=invalid-name
|
||||
global hass
|
||||
|
||||
hass = get_test_home_assistant()
|
||||
bootstrap.setup_component(hass, http.DOMAIN, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue