mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-22 12:05:12 +01:00
Disable pylint too-many-lines (#413)
This commit is contained in:
parent
d6fd9b6cfd
commit
d7ae431c59
@ -1,4 +1,3 @@
|
||||
# pylint: disable=too-many-lines
|
||||
import asyncio
|
||||
import logging
|
||||
from typing import (
|
||||
|
@ -27,4 +27,5 @@ disable = [
|
||||
"raise-missing-from",
|
||||
"bad-mcs-classmethod-argument",
|
||||
"duplicate-code",
|
||||
"too-many-lines",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user