mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 09:31:51 +02:00
Update ruff to 0.12.0 (#147106)
This commit is contained in:
@ -42,8 +42,7 @@ def printc(the_color, *args):
|
||||
|
||||
def validate_requirements_ok():
|
||||
"""Validate requirements, returns True of ok."""
|
||||
# pylint: disable-next=import-outside-toplevel
|
||||
from gen_requirements_all import main as req_main
|
||||
from gen_requirements_all import main as req_main # noqa: PLC0415
|
||||
|
||||
return req_main(True) == 0
|
||||
|
||||
|
Reference in New Issue
Block a user