Skip to content

Commit f9c920b

Browse files
Merge branch 'main' into jjjermiah/fix-mypy-issues
2 parents ab73f7d + b1aff28 commit f9c920b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ poetry.lock
163163
# pixi environments
164164
.pixi
165165
*.egg-info
166+
pixi.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stable interfaces and functionality for Snakemake executor plugins
22

3-
This package provides a stable interface for interactions between Snakemake and its executor plugins (WIP).
3+
This package provides a stable interface for interactions between Snakemake and its executor plugins.
44

55
Plugins should implement the following skeleton to comply with this interface.
66
It is recommended to use Snakemake's poetry plugin to set up this skeleton (and automated testing) within a python package, see https://github.com/snakemake/poetry-snakemake-plugin.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ publish = { features = ["publish"] }
3737
[tool.pixi.feature.dev.pypi-dependencies]
3838
snakemake-interface-executor-plugins = { path = ".", editable = true }
3939
snakemake = { git = "https://github.com/snakemake/snakemake.git" }
40-
snakemake-interface-common = { git = "https://github.com/snakemake/snakemake-interface-common.git" }
4140
snakemake-executor-plugin-cluster-generic = { git = "https://github.com/snakemake/snakemake-executor-plugin-cluster-generic.git" }
4241

4342
[tool.pixi.feature.dev.tasks.test]

0 commit comments

Comments
 (0)