From 3fc6ccf01cd696fa95b6dabd043e3ec200d7e7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Sun, 19 May 2024 14:11:40 +0200 Subject: [PATCH] Cover tmt.steps.prepare.shell with pyright checks --- pyproject.toml | 1 - tmt/steps/prepare/shell.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2df8b943b..6ae85ce65c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -240,7 +240,6 @@ ignore = [ "tmt/steps/prepare/feature.py", "tmt/steps/prepare/__init__.py", "tmt/steps/prepare/install.py", - "tmt/steps/prepare/shell.py", "tmt/steps/provision/*.py", "tmt/steps/report/__init__.py", "tmt/steps/report/polarion.py", diff --git a/tmt/steps/prepare/shell.py b/tmt/steps/prepare/shell.py index 90c4695f54..8251bff399 100644 --- a/tmt/steps/prepare/shell.py +++ b/tmt/steps/prepare/shell.py @@ -2,6 +2,7 @@ from typing import Any, Optional, cast import fmf +import fmf.utils import tmt import tmt.log