We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3980f commit 704fb57Copy full SHA for 704fb57
tests/test_cli.py
@@ -1146,7 +1146,9 @@ def test_ls_cli(
1146
1147
1148
def test_load_plugins(monkeypatch_plugin_test_packages: None) -> None:
1149
- from tmuxp_test_plugin_bwb.plugin import PluginBeforeWorkspaceBuilder
+ from tmuxp_test_plugin_bwb.plugin import ( # type: ignore
1150
+ PluginBeforeWorkspaceBuilder,
1151
+ )
1152
1153
plugins_config = test_utils.read_workspace_file("workspace/builder/plugin_bwb.yaml")
1154
0 commit comments