Skip to content

Commit f613a61

Browse files
committed
Omit generic.py from report
1 parent 7fa1105 commit f613a61

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@ source = [
304304
"*/site-packages/testcontainers",
305305
"*/dist-packages/testcontainers",
306306
]
307+
omit = [
308+
"core/testcontainers/core/generic.py", # Marked for deprecation
309+
]
307310

308311
[tool.ruff]
309312
target-version = "py39"

0 commit comments

Comments
 (0)