Address line-too-long.

This commit is contained in:
Felix Fontein 2025-10-11 14:52:07 +02:00
parent d04a770441
commit 0f422db170
2 changed files with 2 additions and 1 deletions

View File

@ -384,7 +384,6 @@ disable=raw-checker-failed,
consider-using-with,
fixme,
import-error, # TODO figure out why pylint cannot find the module
line-too-long,
no-else-continue,
no-else-raise,
no-else-return,

View File

@ -2,6 +2,8 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
# pylint: disable=line-too-long
from __future__ import annotations
from ansible_collections.community.docker.plugins.module_utils._compose_v2 import (