Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevc committed Dec 9, 2023
1 parent e9fe9b4 commit 3d71451
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ pytest = "^7.4.3"
snakemake = {git = "https://github.com/snakemake/snakemake.git"}
snakemake-storage-plugin-s3 = "^0.2.7"

[tool.coverage.run]
omit = [".*", "*/site-packages/*", "Snakefile"]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 3d71451

Please sign in to comment.