Skip to content

Commit 87d0610

Browse files
committed
Omit .venv
1 parent 08b1c3a commit 87d0610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ branch = true
101101
parallel = true
102102
relative_files = true
103103
source = ["fractal_tasks_core"]
104-
omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*"]
104+
omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", ".venv/*"]
105105

106106
[tool.bumpver]
107107
current_version = "1.3.4"

0 commit comments

Comments
 (0)