Skip to content

Commit 93cd9bf

Browse files
committed
Update coverage exclusion line
This was found to be incorrect in Preocts/secretbox. Now that I've corrected it, I'm pulling it into the template.
1 parent 7cfaf40 commit 93cd9bf

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
@@ -75,5 +75,5 @@ exclude_lines = [
7575
"raise NotImplementedError",
7676
"if __name__ == .__main__.:",
7777
"\\.\\.\\.",
78-
"if TYPE_CHECKING:",
78+
"if (not)?TYPE_CHECKING:",
7979
]

0 commit comments

Comments
 (0)