Skip to content

Commit 57f1d64

Browse files
committed
Fix coverage configuration
1 parent a2fb5cd commit 57f1d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ parallel = true
7676
exclude_also = [
7777
"pragma: no cover",
7878
"pass",
79-
"...",
79+
"\\.\\.\\.",
8080
]
8181

8282

0 commit comments

Comments
 (0)