Skip to content

Commit

Permalink
Fix typo in pyproject and ignore visualization for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Feb 23, 2024
1 parent be3c5de commit d356ee2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"matplotlib",
"scikit-image",
"tqdm",
"zarr,"
"zarr",
]

[project.optional-dependencies]
Expand All @@ -34,9 +34,12 @@ dev = [
'mypy',
'pdoc',
'pre-commit',
'types-tqdm'
'types-tqdm',
]

[project.urls]
homepage = "https://github.com/funkelab/motile_toolbox"
repository = "https://github.com/funkelab/motile_toolbox"

[tool.coverage.run]
omit = ["src/motile_toolbox/visualization/*"]

0 comments on commit d356ee2

Please sign in to comment.