Skip to content

Commit

Permalink
Cover tmt.steps.prepare.shell with pyright checks
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed May 28, 2024
1 parent cb3ded9 commit 3fc6ccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions tmt/steps/prepare/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from typing import Any, Optional, cast

import fmf
import fmf.utils

import tmt
import tmt.log
Expand Down

0 comments on commit 3fc6ccf

Please sign in to comment.