utils: disable "line-too-long" for pylint
This commit is contained in:
parent
cd4c44069f
commit
9c13b0de4c
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ Variables:
|
|||
- POWER_DOMAINS: tuple of supported power domains: `average`, `limit`, `cap`, and `default`
|
||||
- CLOCK_DOMAINS: tuple of supported clock domains: `core`, `memory`
|
||||
"""
|
||||
# disable superfluous linting
|
||||
# pylint: disable=line-too-long
|
||||
from os import path
|
||||
import glob
|
||||
from typing import Tuple, Optional, Union
|
||||
|
|
Reference in a new issue