Remove unnnecessary pylint configs from core (#98704)
This commit is contained in:
parent
e9af99e469
commit
6399d74c15
27 changed files with 27 additions and 63 deletions
|
@ -40,7 +40,7 @@ def printc(the_color, *args):
|
|||
|
||||
def validate_requirements_ok():
|
||||
"""Validate requirements, returns True of ok."""
|
||||
# pylint: disable-next=import-error,import-outside-toplevel
|
||||
# pylint: disable-next=import-outside-toplevel
|
||||
from gen_requirements_all import main as req_main
|
||||
|
||||
return req_main(True) == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue