Archived
1
1
Fork 0

utils: disable "line-too-long" for pylint

This commit is contained in:
Josh Lay 2023-04-25 21:45:02 -05:00
parent cd4c44069f
commit 9c13b0de4c
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -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